bridge: fix locking comment

The carrier check is not called from work queue in current code.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Stephen Hemminger 2010-08-24 13:08:10 +00:00 committed by David S. Miller
parent b2aff96327
commit 944c794d64
1 changed files with 1 additions and 5 deletions

View File

@ -61,11 +61,7 @@ static int port_cost(struct net_device *dev)
}
/*
* Check for port carrier transistions.
* Called from work queue to allow for calling functions that
* might sleep (such as speed check), and to debounce.
*/
/* Check for port carrier transistions. */
void br_port_carrier_check(struct net_bridge_port *p)
{
struct net_device *dev = p->dev;