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:
Родитель
7936095f94
Коммит
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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче