Hello. On 03-03-2011 13:15, Jamie Iles wrote:
+static int +ltq_wdt_remove(struct platform_device *dev)
__exit?
No, I think this should be __devexit and the probe function should be __devinit. When assigning the exit function to the platform_driver it should be surrounded with __devexit_p().
Why? Is WDT really a hotplug device?
Jamie
WBR, Sergei