Re: [PATCH] scsi: mpt3sas: Add missing breaks in switch statements

2019-02-28 Thread Gustavo A. R. Silva
On 2/27/19 8:37 AM, Martin K. Petersen wrote: > > Gustavo, > >> Fix the following warnings by adding the proper missing breaks: >> >> drivers/scsi/mpt3sas/mpt3sas_base.c: In function >> ‘_base_display_OEMs_branding’: >> drivers/scsi/mpt3sas/mpt3sas_base.c:3548:4: warning: this statement may

Re: [PATCH] scsi: mpt3sas: Add missing breaks in switch statements

2019-02-27 Thread Martin K. Petersen
Gustavo, > Fix the following warnings by adding the proper missing breaks: > > drivers/scsi/mpt3sas/mpt3sas_base.c: In function > ‘_base_display_OEMs_branding’: > drivers/scsi/mpt3sas/mpt3sas_base.c:3548:4: warning: this statement may fall > thr Applied to 5.1/scsi-queue, thanks. -- Martin

[PATCH] scsi: mpt3sas: Add missing breaks in switch statements

2019-02-15 Thread Gustavo A. R. Silva
Fix the following warnings by adding the proper missing breaks: drivers/scsi/mpt3sas/mpt3sas_base.c: In function ‘_base_display_OEMs_branding’: drivers/scsi/mpt3sas/mpt3sas_base.c:3548:4: warning: this statement may fall through [-Wimplicit-fallthrough=] switch (ioc->pdev->subsystem_device)