[Bridge] [patch net-next-2.6] br: remove redundant check and init

2011-09-01 Thread Jiri Pirko
Since these checks and initialization are done in dev_ethtool_get_settings called later on, remove this redundancy. Signed-off-by: Jiri Pirko jpi...@redhat.com --- net/bridge/br_if.c | 24 +++- 1 files changed, 11 insertions(+), 13 deletions(-) diff --git

Re: [Bridge] [patch net-next-2.6] br: remove redundant check and init

2011-09-01 Thread Stephen Hemminger
On Thu, 1 Sep 2011 15:29:38 +0200 Jiri Pirko jpi...@redhat.com wrote: Since these checks and initialization are done in dev_ethtool_get_settings called later on, remove this redundancy. Signed-off-by: Jiri Pirko jpi...@redhat.com --- net/bridge/br_if.c | 24 +++- 1