• Jiangfeng Xiao's avatar
    net: hisilicon: Cleanup for got restricted __be32 · 148233ec
    Jiangfeng Xiao authored
    This patch fixes the following warning from sparse:
    hip04_eth.c:468:25: warning: incorrect type in assignment
    hip04_eth.c:468:25:    expected unsigned int [usertype] send_addr
    hip04_eth.c:468:25:    got restricted __be32 [usertype]
    hip04_eth.c:469:25: warning: incorrect type in assignment
    hip04_eth.c:469:25:    expected unsigned int [usertype] send_size
    hip04_eth.c:469:25:    got restricted __be32 [usertype]
    hip04_eth.c:470:19: warning: incorrect type in assignment
    hip04_eth.c:470:19:    expected unsigned int [usertype] cfg
    hip04_eth.c:470:19:    got restricted __be32 [usertype]
    hip04_eth.c:472:23: warning: incorrect type in assignment
    hip04_eth.c:472:23:    expected unsigned int [usertype] wb_addr
    hip04_eth.c:472:23:    got restricted __be32 [usertype]
    Signed-off-by: default avatarJiangfeng Xiao <xiaojiangfeng@huawei.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    148233ec
hip04_eth.c 25 KB