Home
last modified time | relevance | path

Searched hist:"93 ab48a97af50c7c62c3c94996002949ffebf004" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.cdiff 93ab48a97af50c7c62c3c94996002949ffebf004 Wed Jun 24 17:06:05 CDT 2020 Jason A. Donenfeld <Jason@zx2c4.com> hns: do not cast return value of napi_gro_receive to null

Basically no drivers care about the return value here, and there's no
__must_check that would make casting to void sensible, so remove it.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>