commit | d171235e712c11c0a0f47f62619024bf726125e1 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed Nov 19 15:45:15 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 19 15:45:15 2008 -0800 |
tree | 0c06db37f3edc2982815a5ff5b7ca5511534c582 | |
parent | 07f0757a6808f2f36a0e58c3a54867ccffdb8dc9 [diff] |
drivers/s390/ - csum_partial - remove unnecessary casts The first argument to csum_partial is const void * casts to char/u8 * are not necessary Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>