From: Nickolai Zeldovich Date: Sat, 5 Jan 2013 19:14:08 +0000 (-0500) Subject: ALSA: au88x0: fix incorrect left shift X-Git-Tag: v3.8-rc3~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ed1dca1645d2dd64c83a01f728dfd59fa789b6;p=pandora-kernel.git ALSA: au88x0: fix incorrect left shift vortex_wt_setdsout performs bit-negation on the bit position (wt&0x1f) rather than on the resulting bitmask. This code is never actually invoked (vortex_wt_setdsout is always called with en=1), so this does not currently cause any problem, and this patch is simply cleanup. Signed-off-by: Nickolai Zeldovich Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed