staging: octeon: Fix incorrect type in assignment
authorWambui Karuga <wambui.karugax@gmail.com>
Thu, 10 Oct 2019 04:38:15 +0000 (07:38 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2019 09:00:59 +0000 (11:00 +0200)
commitfbf12784d3434ebd35a9712e649b52fd14d2fbb2
treead7e745409eadeddb2938c2f69e846dc73b64731
parent06f9c65a8dd46f375de62868e89eb645a76eb0fc
staging: octeon: Fix incorrect type in assignment

Fix the following warning generated by sparse in
drivers/staging/octeon/ethernet-tx.c:

drivers/staging/octeon/ethernet-tx.c:563:50: warning: incorrect type in assignment (different base types)
drivers/staging/octeon/ethernet-tx.c:563:50:    expected unsigned short [usertype] hw_chksum
drivers/staging/octeon/ethernet-tx.c:563:50:    got restricted __wsum [usertype] csum

Warning generated by running:
make C=2 CF="-D__CHECK_ENDIAN__" drivers/staging/octeon/

Signed-off-by: Wambui Karuga <wambui.karugax@gmail.com>
Link: https://lore.kernel.org/r/20191010043815.14027-1-wambui.karugax@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/octeon-stubs.h