]> asedeno.scripts.mit.edu Git - linux.git/commit
net: cpsw: fix misplaced break statements.
authorRichard Cochran <richardcochran@gmail.com>
Mon, 25 May 2015 09:02:13 +0000 (11:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 May 2015 22:19:09 +0000 (18:19 -0400)
commit26fe7eb862344e7a8276b7bdb306d6eb23bb28da
tree04123c8e46fc141dce2f1de238ceb92ac9f4a475
parentd1a0ed795a4c22a8104c91210a02d9f6e3c8737b
net: cpsw: fix misplaced break statements.

Having the breaks too far to the left makes parsing the dense switch/case
block unnecessarily harder.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ti/cpsw.c