2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 07:04:00 +08:00
linux-next/drivers/net/ethernet/aquantia/atlantic
Colin Ian King f81e5ca915 net: ethernet: aquantia: remove another redundant err check
The check on err < 0 is redundant and can be removed. Detected
by CoverityScan, CID#1398318 ("Logically Dead Code")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-29 18:24:00 -05:00
..
hw_atl net: ethernet: aquantia: Atlantic hardware abstraction layer 2017-01-24 15:03:40 -05:00
aq_cfg.h
aq_common.h
aq_ethtool.c net: ethernet: aquantia: Ethtool support 2017-01-24 15:03:41 -05:00
aq_ethtool.h net: ethernet: aquantia: Ethtool support 2017-01-24 15:03:41 -05:00
aq_hw_utils.c net: ethernet: aquantia: Hardware interface and utility functions 2017-01-24 15:03:40 -05:00
aq_hw_utils.h net: ethernet: aquantia: Hardware interface and utility functions 2017-01-24 15:03:40 -05:00
aq_hw.h net: ethernet: aquantia: Hardware interface and utility functions 2017-01-24 15:03:40 -05:00
aq_main.c net: ethernet: aquantia: Support for NIC-specific code 2017-01-24 15:03:39 -05:00
aq_main.h net: ethernet: aquantia: Support for NIC-specific code 2017-01-24 15:03:39 -05:00
aq_nic_internal.h net: ethernet: aquantia: Support for NIC-specific code 2017-01-24 15:03:39 -05:00
aq_nic.c net: ethernet: aquantia: Support for NIC-specific code 2017-01-24 15:03:39 -05:00
aq_nic.h net: ethernet: aquantia: Support for NIC-specific code 2017-01-24 15:03:39 -05:00
aq_pci_func.c net: ethernet: aquantia: remove redundant err check 2017-01-29 18:24:00 -05:00
aq_pci_func.h net: ethernet: aquantia: PCI operations 2017-01-24 15:03:40 -05:00
aq_ring.c net: ethernet: aquantia: remove another redundant err check 2017-01-29 18:24:00 -05:00
aq_ring.h net: ethernet: aquantia: Add ring support code 2017-01-24 15:03:39 -05:00
aq_rss.h net: ethernet: aquantia: Receive side scaling 2017-01-24 15:03:41 -05:00
aq_utils.h
aq_vec.c net: ethernet: aquantia: Vector operations 2017-01-24 15:03:40 -05:00
aq_vec.h net: ethernet: aquantia: Vector operations 2017-01-24 15:03:40 -05:00
Makefile
ver.h