]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: adl_pci9111: remove PCI9111_HR_DEVICE_ID define
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 29 May 2014 17:35:09 +0000 (10:35 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jun 2014 21:45:15 +0000 (14:45 -0700)
commit76be843984e4ecf1c87fffe4c7a815196353d79a
tree1a73496e02723353be170644b16520629f284e47
parent6e5994a344a4a3c0094225284139c657fbb5053f
staging: comedi: adl_pci9111: remove PCI9111_HR_DEVICE_ID define

This define is only used in the pci_device_id table and doesn't add
any additional clarity to the code. Remove the define and just open
code the value.

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>
drivers/staging/comedi/drivers/adl_pci9111.c