]> Pileus Git - ~andy/linux/blobdiff - drivers/hwmon/sch5627.c
Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 into grant
[~andy/linux] / drivers / hwmon / sch5627.c
index 8ec6dfbccb640f8e3f89d22c701cc6151ffcebfe..8342275378b85759f57b9af583f34d281e58cd25 100644 (file)
@@ -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);