Loading drivers/hwmon/sch5636.c +1 −1 Original line number Diff line number Diff line Loading @@ -449,7 +449,7 @@ static int sch5636_probe(struct platform_device *pdev) } revision[i] = val; } pr_info("Found %s chip at %#hx, revison: %d.%02d\n", DEVNAME, pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME, data->addr, revision[0], revision[1]); /* Read all temp + fan ctrl registers to determine which are active */ Loading Loading
drivers/hwmon/sch5636.c +1 −1 Original line number Diff line number Diff line Loading @@ -449,7 +449,7 @@ static int sch5636_probe(struct platform_device *pdev) } revision[i] = val; } pr_info("Found %s chip at %#hx, revison: %d.%02d\n", DEVNAME, pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME, data->addr, revision[0], revision[1]); /* Read all temp + fan ctrl registers to determine which are active */ Loading