Driver core: fix "driver" symlink timing
authorKay Sievers <kay.sievers@novell.com>
Sat, 7 Oct 2006 19:55:55 +0000 (21:55 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Dec 2006 22:51:58 +0000 (14:51 -0800)
Create the "driver" link before the child device may be created by
the probing logic. This makes it possible for userspace (udev), to
determine the driver property of the parent device, at the time the
child device is created.

Signed-off-by: Kay Sievers <kay.sievers@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found