commit | 2a91f3e54ff27c6002597f689ba51c5fa657ddbd | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Sun Oct 30 15:02:45 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 30 17:37:23 2005 -0800 |
tree | fdf7632886716b66f2c335b2a6169a192d329c46 | |
parent | 20e1129ab831486c811d50d3905343ad48c4275f [diff] |
[PATCH] ide-cd mini cleanup of casts Remove some unneeded casts. Avoid an assignment in the case of kmalloc failure. Break a few instances of if (foo) whatever; into two lines. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Acked-by: Jens Axboe <axboe@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>