tipc: Remove redundant search when enabling bearer
authorAllan Stephens <allan.stephens@windriver.com>
Fri, 27 May 2011 18:02:48 +0000 (14:02 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 18 Sep 2011 02:55:06 +0000 (22:55 -0400)
commit18abf0fb6b8f05be2a289abbbc054d4869281476
tree0959d84f446c81fb7a0216d882a066666079a032
parentbcd326e844c46e0533a79f91e75dea160469cf86
tipc: Remove redundant search when enabling bearer

Removes obsolete code that searches for an Ethernet bearer structure entry
to use for a newly enabled bearer, since this search is now performed
at the start of the enabling algorithm.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/eth_media.c