Re: [patch 2.6.12-rc2 4/10] tg3: use TG3_FLG2_5705_PLUS instead of multi-way if's

2005-04-21 Thread David S. Miller
On Wed, 13 Apr 2005 19:38:44 -0400 "John W. Linville" <[EMAIL PROTECTED]> wrote: > Replace a number of three-way if statements checking for 5705, 5750, > and 5752 to reference the equivalent TG3_FLG2_5705_PLUS flag instead. > > Signed-off-by: John W. Linville <[EMAIL PROTECTED]> Applied. - To

Re: [patch 2.6.12-rc2 4/10] tg3: use TG3_FLG2_5705_PLUS instead of multi-way if's

2005-04-21 Thread David S. Miller
On Wed, 13 Apr 2005 19:38:44 -0400 John W. Linville [EMAIL PROTECTED] wrote: Replace a number of three-way if statements checking for 5705, 5750, and 5752 to reference the equivalent TG3_FLG2_5705_PLUS flag instead. Signed-off-by: John W. Linville [EMAIL PROTECTED] Applied. - To unsubscribe

[patch 2.6.12-rc2 4/10] tg3: use TG3_FLG2_5705_PLUS instead of multi-way if's

2005-04-13 Thread John W. Linville
Replace a number of three-way if statements checking for 5705, 5750, and 5752 to reference the equivalent TG3_FLG2_5705_PLUS flag instead. Signed-off-by: John W. Linville <[EMAIL PROTECTED]> --- drivers/net/tg3.c | 16 1 files changed, 4 insertions(+), 12 deletions(-) ---

[patch 2.6.12-rc2 4/10] tg3: use TG3_FLG2_5705_PLUS instead of multi-way if's

2005-04-13 Thread John W. Linville
Replace a number of three-way if statements checking for 5705, 5750, and 5752 to reference the equivalent TG3_FLG2_5705_PLUS flag instead. Signed-off-by: John W. Linville [EMAIL PROTECTED] --- drivers/net/tg3.c | 16 1 files changed, 4 insertions(+), 12 deletions(-) ---