net/core: fix rollback handler in register_netdevice_notifier
authorRongQing.Li <roy.qing.li@gmail.com>
Thu, 1 Dec 2011 04:43:07 +0000 (23:43 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Dec 2011 04:43:07 +0000 (23:43 -0500)
Within nested statements, the break statement terminates only the
do, for, switch, or while statement that immediately encloses it,
So replace the break with goto.

Signed-off-by: RongQing.Li <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found