]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] fix idiocy in asd_init_lseq_mdp()
authorAl Viro <viro@ftp.linux.org.uk>
Mon, 25 Sep 2006 01:57:22 +0000 (02:57 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 25 Sep 2006 03:07:49 +0000 (20:07 -0700)
commit355edd2e396ef919d14a605fb4e45466ee2b64d1
tree069a4e21f5caf3cd40b323f96c6687ff4e970e43
parent3cc27547d6ee2d50ecdd11e9127bc3cd1947e8dd
[PATCH] fix idiocy in asd_init_lseq_mdp()

To whoever had written that code:

 a) priority of >> is higher than that of &
 b) priority of typecast is higher than that of any binary operator
 c) learn the fscking C

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/scsi/aic94xx/aic94xx_seq.c