search for: search_count

Displaying 1 result from an estimated 1 matches for "search_count".

2020 Sep 09
17
[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
...); - fallthrough; + break; case SEARCH_REMOVE: break; case SEARCH_PRINT: @@ -8295,7 +8295,7 @@ ahd_search_qinfifo(struct ahd_softc *ahd, int target, char channel, } case SEARCH_PRINT: printk(" 0x%x", SCB_GET_TAG(scb)); - fallthrough; + break; case SEARCH_COUNT: break; } diff --git a/drivers/scsi/aic94xx/aic94xx_tmf.c b/drivers/scsi/aic94xx/aic94xx_tmf.c index 0eb6e206a2b4..fdd0f34fcb17 100644 --- a/drivers/scsi/aic94xx/aic94xx_tmf.c +++ b/drivers/scsi/aic94xx/aic94xx_tmf.c @@ -490,7 +490,7 @@ int asd_abort_task(struct sas_task *task) switch (...