Ming Lei
190888ac01
driver core: fix possible missing of device probe
...
Inside bus_add_driver(), one device might be added(device_add()) into
the bus or probed which is triggered by deferred probe
just after completing of driver_attach() and before
'klist_add_tail(&priv->knode_bus, &bus->p->klist_drivers)',
so the device won't be probed by this driver.
This patch moves the below line
'klist_add_tail(&priv->knode_bus, &bus->p->klist_drivers)'
before driver_attach() inside bus_add_driver() to fix the
problem.
Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-01-17 13:02:11 -08:00
..
2013-01-04 23:10:29 +01:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:03 -08:00
2013-01-03 15:57:04 -08:00
2013-01-03 15:57:16 -08:00
2013-01-17 13:02:11 -08:00
2013-01-08 07:31:49 -08:00
2013-01-03 15:57:15 -08:00
2012-12-12 18:07:07 -08:00
2013-01-03 15:57:16 -08:00
2013-01-03 15:57:16 -08:00
2013-01-03 15:57:15 -08:00
2013-01-08 18:53:56 -08:00
2013-01-03 15:57:15 -08:00
2013-01-03 15:57:16 -08:00
2013-01-11 11:38:05 -08:00
2013-01-03 13:11:06 +01:00
2013-01-03 15:57:02 -08:00
2013-01-03 15:57:16 -08:00
2013-01-08 18:53:56 -08:00
2013-01-17 12:11:26 -08:00
2012-12-13 12:00:02 -08:00
2013-01-03 15:57:16 -08:00
2013-01-03 15:57:16 -08:00
2013-01-17 12:11:26 -08:00
2013-01-03 15:57:16 -08:00
2013-01-03 15:57:16 -08:00
2013-01-03 15:57:16 -08:00
2013-01-11 11:38:05 -08:00
2013-01-11 11:38:05 -08:00
2013-01-03 13:11:05 +01:00
2013-01-03 15:57:03 -08:00
2013-01-03 15:57:15 -08:00
2013-01-04 10:30:11 -08:00
2013-01-03 15:57:14 -08:00
2012-12-11 14:08:47 -08:00
2012-12-14 14:42:53 -08:00
2013-01-03 15:57:02 -08:00
2013-01-02 17:58:41 -08:00
2013-01-11 11:38:05 -08:00
2013-01-03 15:57:14 -08:00
2012-12-21 17:08:06 -08:00
2013-01-11 11:38:06 -08:00
2013-01-03 15:57:14 -08:00
2013-01-03 15:57:14 -08:00
2013-01-03 15:57:14 -08:00
2012-12-21 17:10:29 -08:00
2013-01-11 11:38:06 -08:00
2013-01-11 11:38:07 -08:00
2013-01-11 11:38:41 -08:00
2013-01-03 15:57:16 -08:00
2012-12-19 10:58:53 +00:00
2013-01-03 15:57:16 -08:00
2013-01-03 15:57:03 -08:00
2012-12-26 10:43:06 -07:00
2013-01-11 11:38:41 -08:00
2013-01-08 18:53:56 -08:00
2013-01-03 15:57:03 -08:00
2013-01-03 13:10:53 +01:00
2013-01-08 18:53:56 -08:00
2013-01-03 15:57:16 -08:00
2013-01-03 15:57:16 -08:00
2012-12-12 18:07:07 -08:00
2012-12-19 08:19:07 -08:00
2012-12-11 13:13:55 -08:00
2013-01-03 15:57:04 -08:00
2013-01-03 15:57:16 -08:00
2013-01-11 11:39:03 -08:00
2013-01-04 16:11:48 -08:00
2012-12-13 14:20:19 -08:00
2013-01-11 11:39:03 -08:00
2013-01-03 15:57:01 -08:00
2013-01-03 15:57:16 -08:00
2013-01-03 15:57:16 -08:00
2012-12-19 15:11:41 +00:00
2013-01-08 07:31:49 -08:00
2013-01-08 14:41:53 +10:00
2012-12-15 14:25:10 -08:00
2013-01-03 15:57:02 -08:00
2012-12-16 11:28:10 -08:00
2012-12-12 12:05:15 -08:00
2013-01-03 15:57:02 -08:00
2012-12-15 14:25:10 -08:00
2013-01-08 18:53:56 -08:00
2012-12-18 09:58:09 -08:00
2013-01-11 11:39:04 -08:00
2013-01-17 12:11:27 -08:00
2013-01-03 15:57:01 -08:00
2013-01-02 12:07:05 +01:00
2013-01-03 15:57:01 -08:00
2013-01-03 15:57:01 -08:00