From: Rafael J. Wysocki Date: Thu, 10 Feb 2011 06:54:04 +0000 (+0000) Subject: atl1c: Do not call device_init_wakeup() in atl1c_probe() X-Git-Tag: v2.6.39-rc1~468^2~391 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0303adeee3d6740cd78a71c0f40946b4886ceaa3;p=pandora-kernel.git atl1c: Do not call device_init_wakeup() in atl1c_probe() The atl1c driver shouldn't call device_init_wakeup() in its probe routine with the second argument equal to 1, because for PCI devices the wakeup capability setting is initialized as appropriate by the PCI subsystem. Remove the potentially harmful call. Signed-off-by: Rafael J. Wysocki Signed-off-by: David S. Miller --- Reading git-diff-tree failed