driver core: warn about duplicate driver names on the same bus
authorStas Sergeev <stsp@aknet.ru>
Sat, 26 Apr 2008 15:52:35 +0000 (19:52 +0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 30 Apr 2008 23:52:47 +0000 (16:52 -0700)
Currently an attempt to register multiple
drivers with the same name causes the
stack trace with some cryptic error message.
The attached patch adds the necessary check
and the clear error message.

Signed-off-by: Stas Sergeev <stsp@aknet.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found