1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/dec/tulip
Colin Ian King 17bd3a1e10 tulip: Remove deadcode on startup true condition
The true check on the variable startable in the ternary operator
is always false because the previous if statement handles the true
condition for startable. Hence the ternary check is dead code and
can be removed.

Addresses-Coverity: ("Logically dead code")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-08-07 09:39:54 +01:00
..
21142.c drivers/net: fix up stale paths from driver reorg 2012-01-30 12:54:40 -05:00
de4x5.c tulip: use ndo_siocdevprivate 2021-07-27 20:11:43 +01:00
de4x5.h net: fix up a few missing hashtable.h conflict resolutions 2016-08-13 14:51:02 -07:00
de2104x.c net: dec: remove leading spaces before tabs 2021-05-19 12:17:31 -07:00
dmfe.c net: dec: remove leading spaces before tabs 2021-05-19 12:17:31 -07:00
eeprom.c tulip: eeprom: use struct_size() in kmalloc() 2019-02-01 15:12:29 -08:00
interrupt.c tulip: switch from 'pci_' to 'dma_' API 2020-09-13 14:42:21 -07:00
Kconfig docs: networking: reorganize driver documentation again 2020-06-26 16:08:44 -07:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
media.c tulip: Remove deadcode on startup true condition 2021-08-07 09:39:54 +01:00
pnic.c net: tulip: Convert timers to use timer_setup() 2017-10-18 12:39:38 +01:00
pnic2.c net: dec: remove leading spaces before tabs 2021-05-19 12:17:31 -07:00
timer.c net: tulip: Convert timers to use timer_setup() 2017-10-18 12:39:38 +01:00
tulip.h net: tulip: Remove the repeated declaration 2021-06-07 14:03:11 -07:00
tulip_core.c dev_ioctl: split out ndo_eth_ioctl 2021-07-27 20:11:45 +01:00
uli526x.c net: dec: remove leading spaces before tabs 2021-05-19 12:17:31 -07:00
winbond-840.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2021-07-31 09:14:46 -07:00
xircom_cb.c Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00