Re: [patch] ibft: add a missing break statement

2013-01-11 Thread Peter Jones
On Fri, Jan 11, 2013 at 09:48:07AM +0300, Dan Carpenter wrote: > The code works the same with or without the break. It just looks a bit > cleaner to not fall through. Yeah, you're clearly right. For those reading this, so you don't have to go check yourselves, the line after the end of this diff

[patch] ibft: add a missing break statement

2013-01-10 Thread Dan Carpenter
The code works the same with or without the break. It just looks a bit cleaner to not fall through. Signed-off-by: Dan Carpenter diff --git a/drivers/firmware/iscsi_ibft.c b/drivers/firmware/iscsi_ibft.c index 3ee852c..c4b187c 100644 --- a/drivers/firmware/iscsi_ibft.c +++ b/drivers/firmware/is