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:
3d03cfc
)
staging: comedi: drivers: use dev->board_name in request_irq()
author
H Hartley Sweeten
<hsweeten@visionengravers.com>
Sat, 19 Jul 2014 00:01:24 +0000
(17:01 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 21 Jul 2014 21:43:01 +0000
(14:43 -0700)
Most of the comedi drivers use the dev->board_name for the id string
passed to request_irq(). Fix the couple that still pass something
else.
Also, propogate the errno from request_irq().
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found