From: James C Georgas Date: Thu, 7 Dec 2006 07:10:57 +0000 (+0100) Subject: [ALSA] ac97_codec - trivial fix for bit update functions X-Git-Tag: v2.6.20-rc2~86^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8bb036a46ec4a9d748672f54a6b2d62c82b6fbd;p=pandora-kernel.git [ALSA] ac97_codec - trivial fix for bit update functions This patch fixes a couple of bit update functions in alsa-kernel/pci/ac97/ac97_codec.c, which could possibly corrupt bits not in the given mask. Specifically, it'll clobber unset bits in the target that are not in the mask, when the corresponding bit in the given new value is set. Signed-off-by: James C Georgas Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed