1
0
Fork 0

skd: Avoid that gcc 7 warns about fall-through when building with W=1

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
hifive-unleashed-5.1
Bart Van Assche 2017-08-17 13:12:52 -07:00 committed by Jens Axboe
parent 5477e1b51e
commit ce6882baca
1 changed files with 1 additions and 1 deletions

View File

@ -2340,7 +2340,7 @@ static void skd_resolve_req_exception(struct skd_device *skdev,
blk_requeue_request(skdev->queue, skreq->req);
break;
}
/* fall through to report error */
/* fall through */
case SKD_CHECK_STATUS_REPORT_ERROR:
default: