commit | 8f891489866ec62a87494eff3ed17c88152c32d4 | [log] [tgz] |
---|---|---|
author | RongQing.Li <roy.qing.li@gmail.com> | Wed Nov 30 23:43:07 2011 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 30 23:43:07 2011 -0500 |
tree | a3baca724faed04898f72e3e512f76892a1b05ce | |
parent | ea6a5d3b97b768561db6358f15e4c84ced0f4f7e [diff] |
net/core: fix rollback handler in register_netdevice_notifier 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>