mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 23:29:10 -04:00
Staging: bcm: add a missing break statement
My static checker complains that there is a missing break statement here. From the context, it does look like a break statement was intended. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
7936095f94
commit
ccbdccd4a7
@@ -2810,6 +2810,7 @@ int BcmGetSectionValEndOffset(struct bcm_mini_adapter *Adapter, enum bcm_flash2x
|
||||
case CONTROL_SECTION:
|
||||
/* Not Clear So Putting failure. confirm and fix it. */
|
||||
SectEndOffset = STATUS_FAILURE;
|
||||
break;
|
||||
case ISO_IMAGE1_PART2:
|
||||
if (Adapter->psFlash2xCSInfo->OffsetISOImage1Part2End != UNINIT_PTR_IN_CS)
|
||||
SectEndOffset = (Adapter->psFlash2xCSInfo->OffsetISOImage1Part2End);
|
||||
|
||||
Reference in New Issue
Block a user