|
@@ -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);
|