linux_dsm_epyc7002/drivers/net/ethernet/cadence
Colin Ian King e0337f92f6 net: macb: remove redundant assignment to variable work_done
Variable work_done is set to zero and this value is never read, instead
it is set to another value a few statements later.  Remove the redundant
assignment. Cleans up clang warning:

drivers/net/ethernet/cadence/macb_main.c:1221:2: warning: Value stored
to 'work_done' is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Tested-by: Alexander Dahl <ada@thorsis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-11-01 21:25:59 +09:00
..
Kconfig net: macb: Add support for PTP timestamps in DMA descriptors 2017-06-30 13:11:41 -04:00
macb_main.c net: macb: remove redundant assignment to variable work_done 2017-11-01 21:25:59 +09:00
macb_pci.c net: cadence: macb: constify pci_device_id. 2017-07-17 13:37:15 -07:00
macb_ptp.c net: ethernet: make ptp_clock_info const 2017-08-22 11:04:51 -07:00
macb.h net: macb: Add hardware PTP support 2017-06-30 13:11:42 -04:00
Makefile net: macb: Add hardware PTP support 2017-06-30 13:11:42 -04:00