drivers/s390/ - csum_partial - remove unnecessary casts
authorJoe Perches <joe@perches.com>
Wed, 19 Nov 2008 23:45:15 +0000 (15:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Nov 2008 23:45:15 +0000 (15:45 -0800)
commitd171235e712c11c0a0f47f62619024bf726125e1
tree0c06db37f3edc2982815a5ff5b7ca5511534c582
parent07f0757a6808f2f36a0e58c3a54867ccffdb8dc9
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>
drivers/s390/net/qeth_core_offl.c