X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fhwmon%2Fsch5627.c;h=8342275378b85759f57b9af583f34d281e58cd25;hb=5e67cc4041304a0dc77e6cfbb355d69eefb883d0;hp=8ec6dfbccb640f8e3f89d22c701cc6151ffcebfe;hpb=99ce58ddc4eadec8c35d9a1d64ff57703fdcfacc;p=~andy%2Flinux diff --git a/drivers/hwmon/sch5627.c b/drivers/hwmon/sch5627.c index 8ec6dfbccb6..8342275378b 100644 --- a/drivers/hwmon/sch5627.c +++ b/drivers/hwmon/sch5627.c @@ -579,7 +579,7 @@ static int __devinit sch5627_probe(struct platform_device *pdev) } /* Note failing to register the watchdog is not a fatal error */ - data->watchdog = sch56xx_watchdog_register(data->addr, + data->watchdog = sch56xx_watchdog_register(&pdev->dev, data->addr, (build_code << 24) | (build_id << 8) | hwmon_rev, &data->update_lock, 1);