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:
57b71c3
)
staging: comedi: drivers (core): remove BUG_ON in comedi_auto_unconfig()
author
H Hartley Sweeten
<hsweeten@visionengravers.com>
Mon, 21 Jan 2013 21:37:46 +0000
(14:37 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 21 Jan 2013 22:26:20 +0000
(14:26 -0800)
comedi_find_board_minor() will always return a ninor number between
0 and < COMEDI_NUM_BOARD_MINORS, or -ENODEV if a minor is not found.
Remove the unnecessary BUG_ON().
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found