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:
617c826
)
staging: comedi: ni_6527: remove DRIVER_NAME define
author
H Hartley Sweeten
<hsweeten@visionengravers.com>
Tue, 1 Oct 2013 22:08:10 +0000
(15:08 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 3 Oct 2013 21:09:52 +0000
(14:09 -0700)
The request_irq() call should be using dev->board_name to better
identify the irq user.
Remove the DRIVER_NAME define and just open code the 'driver_name' in
the comedi_driver and the 'name' in the pci_driver declarations.
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