]> git.baikalelectronics.ru Git - kernel.git/commit
staging: comedi: rtd520: remove RtdFifoStatus macro
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 10 Jul 2012 23:51:16 +0000 (16:51 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Jul 2012 15:12:25 +0000 (08:12 -0700)
commit6096d1dbe8c246f73e42412382ee4911640bb39d
tree0c400585344257953f06333259bc5ed070a3782e
parent4e3408e82b0341e78bee1efc72f6f026b0da110a
staging: comedi: rtd520: remove RtdFifoStatus 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
'readl'. 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