commit | 48efbfbf6353af15d97ef37216146e550403c773 | [log] [tgz] |
---|---|---|
author | Tobin C. Harding <me@tobin.cc> | Wed Feb 22 17:12:38 2017 +1100 |
committer | Jens Axboe <axboe@fb.com> | Wed Feb 22 11:54:49 2017 -0700 |
tree | 493811aebd1b58efb402183a8dec56a1e0617615 | |
parent | 19a5e10c3b53772cfe47a23963ebcb941d81e695 [diff] |
cciss: Remove kmalloc cast Coccinelle emits a warning about casting the return value of kmalloc(). Coccinelle suggests removing the cast as do kerneljanitors. Remove cast from kmalloc() call. Signed-off-by: Tobin C. Harding <me@tobin.cc> Acked-by: Don Brace <don.brace@microsemi.com> Signed-off-by: Jens Axboe <axboe@fb.com>