driver core: move uevent call to driver_register
authorSebastian Ott <sebott@linux.vnet.ibm.com>
Mon, 2 Jul 2012 17:08:15 +0000 (19:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 01:04:25 +0000 (18:04 -0700)
commit5a7689fd5b4f2094e7a32beae67f290f8619b042
tree916abff6c0ff79ea98d212632e23167c0c94784c
parentd1c6c030fcec6f860d9bb6c632a3ebe62e28440b
driver core: move uevent call to driver_register

Device driver attribute groups are created after userspace is notified
via an add event. Fix this by moving the kobject_uevent call to
driver_register after the attribute groups are added.

Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/bus.c
drivers/base/driver.c