diff options
| author | Adrian Bunk <bunk@stusta.de> | 2006-03-11 21:49:38 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2006-03-11 21:49:38 -0500 |
| commit | 0ade309be739eceedc4812798da09d698a59867d (patch) | |
| tree | 3d16e848a4f7202fbd8999117571706caccef8b7 | |
| parent | 8f22757ee84da64d4f662f1dd03dae95358a1efe (diff) | |
[TG3] tg3_bus_string(): remove dead code
The Coverity checker spotted this dead code (note that (clock_ctrl == 7)
is already handled above).
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/net/tg3.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 15545620ab0e..b8f1524da557 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
| @@ -10543,8 +10543,6 @@ static char * __devinit tg3_bus_string(struct tg3 *tp, char *str) | |||
| 10543 | strcat(str, "66MHz"); | 10543 | strcat(str, "66MHz"); |
| 10544 | else if (clock_ctrl == 6) | 10544 | else if (clock_ctrl == 6) |
| 10545 | strcat(str, "100MHz"); | 10545 | strcat(str, "100MHz"); |
| 10546 | else if (clock_ctrl == 7) | ||
| 10547 | strcat(str, "133MHz"); | ||
| 10548 | } else { | 10546 | } else { |
| 10549 | strcpy(str, "PCI:"); | 10547 | strcpy(str, "PCI:"); |
| 10550 | if (tp->tg3_flags & TG3_FLAG_PCI_HIGH_SPEED) | 10548 | if (tp->tg3_flags & TG3_FLAG_PCI_HIGH_SPEED) |
