From: Ian Abbott Date: Fri, 18 Oct 2013 13:40:50 +0000 (+0100) Subject: staging: comedi: s626: specify bitshift for encoder A clock source X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e179e428ce47c3988eead1944b5043de07731ae;p=pandora-kernel.git staging: comedi: s626: specify bitshift for encoder A clock source When setting the clock source for one of the 'A' encoders to operate in "counter" mode in `s626_set_mode_a()`, bitshift the clock source value by `S626_CRABIT_CLKSRC_A` for consistency with the other modes. This has no effect on the value since `S626_CRABIT_CLKSRC_A` is 0. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed