]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] driver core: restore event order for device_add()
authorKay Sievers <kay.sievers@vrfy.org>
Mon, 23 May 2005 22:50:26 +0000 (15:50 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 23 May 2005 23:08:12 +0000 (16:08 -0700)
commit187a1a94d629621d1471b42308e63573b1150773
tree3faa6b7762389edde92bbd2018e11c923df39f2a
parentab3fc403633c38aef5ef48844f8e5dbfee7c34f8
[PATCH] driver core: restore event order for device_add()

As a result of the split of the kobject-registration and the
corresponding hotplug event, the order of events for device_add() has
changed. This restores the old order, cause it confused some userspace
applications.

Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/base/core.c