summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIan Abbott <abbotti@mev.co.uk>2012-11-14 13:10:40 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-14 16:25:48 -0800
commit581a7ddec13d8f08b308c4764090bf57b0254f6f (patch)
treedc62d61aa515d7608013973f8aeb0d3d92c348f5 /lib
parentddbd029903d29ec9a5aceb82d4b0c4a7468d1984 (diff)
downloadlinux-3.10-581a7ddec13d8f08b308c4764090bf57b0254f6f.tar.gz
linux-3.10-581a7ddec13d8f08b308c4764090bf57b0254f6f.tar.bz2
linux-3.10-581a7ddec13d8f08b308c4764090bf57b0254f6f.zip
staging: comedi: use inlines for PCI/USB auto config
Apart from the somewhat unnecessary `BUG_ON()` calls, `comedi_pci_auto_config()` and `comedi_usb_auto_config()` are just one-line wrappers around `comedi_auto_config()`, and `comedi_pci_auto_unconfig()` and `comedi_usb_auto_unconfig()` are just one-line wrappers around `comedi_auto_unconfig()`. Convert them to inline functions and remove the `BUG_ON()` calls. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions