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)
    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>

No differences found