From: RongQing.Li Date: Thu, 1 Dec 2011 04:43:07 +0000 (-0500) Subject: net/core: fix rollback handler in register_netdevice_notifier X-Git-Tag: v3.2-rc5~56^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f891489866ec62a87494eff3ed17c88152c32d4;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed