From: Wolfram Sang Date: Tue, 8 Oct 2013 20:35:36 +0000 (+0200) Subject: i2c: i2c-stu300: replace platform_driver_probe to support deferred probing X-Git-Tag: v3.12-rc5~9^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d2cfb109725b748f47a242f87be9c31bf7e42c0;p=pandora-kernel.git i2c: i2c-stu300: replace platform_driver_probe to support deferred probing Subsystems like pinctrl and gpio rightfully make use of deferred probing at core level. Now, deferred drivers won't be retried if they don't have a .probe function specified in the driver struct. Fix this driver to have that, so the devices it supports won't get lost in a deferred probe. Acked-by: Linus Walleij Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed