shakalaca
8/3/2017 - 12:58 PM

WTF

WTF

        if (!of_match_node(tsens_match, of_node)) {
                pr_err("Need to read SoC specific fuse map\n");
                return -ENODEV;
        }

        id = of_match_node(tsens_match, of_node);
        if (id == NULL) {
                pr_err("can not find tsens_match of_node\n");
                return -ENODEV;
        }