IB/qib: Suppress gcc 7 fall-through complaints
Avoid that gcc 7 reports the following warning when building with W=1: warning: this statement may fall through [-Wimplicit-fallthrough=] Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Acked-by: Mike Marciniszyn <infinipath@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:

committed by
Doug Ledford

parent
66392615dc
commit
658115b090
@@ -808,7 +808,7 @@ void __qib_sdma_process_event(struct qib_pportdata *ppd,
|
||||
* bringing the link up with traffic active on
|
||||
* 7220, e.g. */
|
||||
ss->go_s99_running = 1;
|
||||
/* fall through and start dma engine */
|
||||
/* fall through -- and start dma engine */
|
||||
case qib_sdma_event_e10_go_hw_start:
|
||||
/* This reference means the state machine is started */
|
||||
sdma_get(&ppd->sdma_state);
|
||||
|
Reference in New Issue
Block a user