git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93dd400
)
driver core: warn about duplicate driver names on the same bus
author
Stas Sergeev
<stsp@aknet.ru>
Sat, 26 Apr 2008 15:52:35 +0000
(19:52 +0400)
committer
Greg 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