]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: rtd520: remove RtdDio0Read macro
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 11 Jul 2012 00:04:58 +0000 (17:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Jul 2012 15:12:31 +0000 (08:12 -0700)
commitb228d2a33474d883b60c48ac340dfe1e65992d42
treef2740ff487ad5052938edb5128a2339838b5d081
parentb927035e7c17702b7a9116016b1e6550fb05cc13
staging: comedi: rtd520: remove RtdDio0Read macro

This macro uses the 'devpriv' macro which relies on a local variable
having a specific name. Plus it's just a wrapper around a simple
'readw'. Remove the macro.

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