From: Al Viro Date: Fri, 20 Jul 2007 15:07:33 +0000 (+0100) Subject: Fix up sky2 breakage X-Git-Tag: v2.6.23-rc1~235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25cccecce8e29f92eb5a0445bc97ee01ef2da379;p=pandora-kernel.git Fix up sky2 breakage Doing |= 1 << 19 to 16bit unsigned is not particulary useful; that register is 32bit, unlike the ones dealt with in the rest of function, so we need u32 variable here. Signed-off-by: Al Viro Acked-by: Stephen Hemminger Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed