From: Ian Abbott Date: Fri, 18 Oct 2013 13:40:53 +0000 (+0100) Subject: staging: comedi: s626: correct S626_CRAMSK_CLKPOL_A macro (unused) X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9349399333c982396021f861b69355782d4e555e;p=pandora-kernel.git staging: comedi: s626: correct S626_CRAMSK_CLKPOL_A macro (unused) The counter 'A' clock polarity field in the 'CRA' register is only 1 bit wide, but the `S626_CRAMSK_CLKPOL_A` macro shows it as 2 bits wide, which would overlap with the counter 'A' interrupt source field. This is harmless as the macro isn't actually used yet, but correct it anyway as I want to use it! Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed