Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce6882ba authored by Bart Van Assche's avatar Bart Van Assche Committed by Jens Axboe
Browse files

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



Signed-off-by: default avatarBart 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: default avatarJens Axboe <axboe@kernel.dk>
parent 5477e1b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: