power: supply: max1721x: fix spelling mistake "RSenese" -> "RSense"
Trivial fix to spelling mistake in dev_warn message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
This commit is contained in:
parent
f052df96c4
commit
1d45d2d2fd
|
@ -372,7 +372,7 @@ static int devm_w1_max1721x_add_device(struct w1_slave *sl)
|
|||
}
|
||||
|
||||
if (!info->rsense) {
|
||||
dev_warn(info->w1_dev, "RSenese not calibrated, set 10 mOhms!\n");
|
||||
dev_warn(info->w1_dev, "RSense not calibrated, set 10 mOhms!\n");
|
||||
info->rsense = 1000; /* in regs in 10^-5 */
|
||||
}
|
||||
dev_info(info->w1_dev, "RSense: %d mOhms.\n", info->rsense / 100);
|
||||
|
|
Loading…
Reference in New Issue