Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6a442df authored by Colin Ian King's avatar Colin Ian King Committed by Guenter Roeck
Browse files

hwmon: (sch5636) trivial fix of spelling mistake on revision



fix spelling mistake, revison -> revision

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 71a9c232
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -449,7 +449,7 @@ static int sch5636_probe(struct platform_device *pdev)
		}
		}
		revision[i] = val;
		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]);
		data->addr, revision[0], revision[1]);


	/* Read all temp + fan ctrl registers to determine which are active */
	/* Read all temp + fan ctrl registers to determine which are active */