[PATCH 5/8] driver-core: platform_driver_probe() must probe synchronously

2015-03-30 Thread Dmitry Torokhov
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 --- drivers/base/platform.c | 13 + 1 file changed, 13 insertions(+)

[PATCH 5/8] driver-core: platform_driver_probe() must probe synchronously

2015-01-16 Thread Dmitry Torokhov
Because it 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 --- drivers/base/platform.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/