From: Dmitry Torokhov Date: Mon, 30 Mar 2015 23:20:07 +0000 (-0700) Subject: driver-core: platform_driver_probe() must probe synchronously X-Git-Tag: omap-for-v4.2/fixes-rc1^2~93^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c36eb2a9ecc0bc5228451b1eeb83e70b6bb7473;p=pandora-kernel.git driver-core: platform_driver_probe() must probe synchronously Because platform_driver_probe() checks, after trying to register driver, if there are any devices that driver successfully bound to, driver's probe routine must be run synchronously. Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed