From: Ian Abbott Date: Mon, 21 Oct 2013 09:10:39 +0000 (+0100) Subject: staging: comedi: s626: replace S626_MULT_X? values X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~62^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a1046e5c0fdce80ba075c2edd8a97b7485693ce;p=pandora-kernel.git staging: comedi: s626: replace S626_MULT_X? values Replace the use of the `S626_MULT_X1`, `S626_MULT_X2` and `S626_MULT_X4` clock multiplier values with the equivalent `S626_CLKMULT_1X`, `S626_CLKMULT_2X` and `S626_CLKMULT_4X` values to avoid duplication. Replace the use of `S626_MULT_X0` with a new macro `S626_CLKMULT_SPECIAL` (this is treated specially by the 'ClkMultA'/'ClkMultB' field of the 'CRA'/'CRB' register). Remove the now unused `S626_MULT_X?` macros. Signed-off-by: Ian Abbott Reviewed-by: H Hartley Sweeten Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed