Loading drivers/net/tg3.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -10543,8 +10543,6 @@ static char * __devinit tg3_bus_string(struct tg3 *tp, char *str) strcat(str, "66MHz"); strcat(str, "66MHz"); else if (clock_ctrl == 6) else if (clock_ctrl == 6) strcat(str, "100MHz"); strcat(str, "100MHz"); else if (clock_ctrl == 7) strcat(str, "133MHz"); } else { } else { strcpy(str, "PCI:"); strcpy(str, "PCI:"); if (tp->tg3_flags & TG3_FLAG_PCI_HIGH_SPEED) if (tp->tg3_flags & TG3_FLAG_PCI_HIGH_SPEED) Loading Loading
drivers/net/tg3.c +0 −2 Original line number Original line Diff line number Diff line Loading @@ -10543,8 +10543,6 @@ static char * __devinit tg3_bus_string(struct tg3 *tp, char *str) strcat(str, "66MHz"); strcat(str, "66MHz"); else if (clock_ctrl == 6) else if (clock_ctrl == 6) strcat(str, "100MHz"); strcat(str, "100MHz"); else if (clock_ctrl == 7) strcat(str, "133MHz"); } else { } else { strcpy(str, "PCI:"); strcpy(str, "PCI:"); if (tp->tg3_flags & TG3_FLAG_PCI_HIGH_SPEED) if (tp->tg3_flags & TG3_FLAG_PCI_HIGH_SPEED) Loading