Fix up sky2 breakage
authorAl Viro <viro@ftp.linux.org.uk>
Fri, 20 Jul 2007 15:07:33 +0000 (16:07 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 20 Jul 2007 15:24:49 +0000 (08:24 -0700)
commit25cccecce8e29f92eb5a0445bc97ee01ef2da379
treeaed1b449d35fd1000cad05cbaf802f45a487551c
parenta9204879b4242c2bed3a172399906acd371a8081
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 <viro@zeniv.linux.org.uk>
Acked-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/sky2.c