summaryrefslogtreecommitdiffstats
path: root/drivers/lguest/io.c
diff options
context:
space:
mode:
authorAl Viro2007-07-20 17:07:33 +0200
committerLinus Torvalds2007-07-20 17:24:49 +0200
commit25cccecce8e29f92eb5a0445bc97ee01ef2da379 (patch)
treeaed1b449d35fd1000cad05cbaf802f45a487551c /drivers/lguest/io.c
parentFix buggered kmalloc() call argument order (diff)
downloadkernel-qcow2-linux-25cccecce8e29f92eb5a0445bc97ee01ef2da379.tar.gz
kernel-qcow2-linux-25cccecce8e29f92eb5a0445bc97ee01ef2da379.tar.xz
kernel-qcow2-linux-25cccecce8e29f92eb5a0445bc97ee01ef2da379.zip
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>
Diffstat (limited to 'drivers/lguest/io.c')
0 files changed, 0 insertions, 0 deletions