projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5477e1b
)
skd: Avoid that gcc 7 warns about fall-through when building with W=1
author
Bart Van Assche
<bart.vanassche@wdc.com>
Thu, 17 Aug 2017 20:12:52 +0000
(13:12 -0700)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 18 Aug 2017 14:45:29 +0000
(08:45 -0600)
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>
drivers/block/skd_main.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/skd_main.c
b/drivers/block/skd_main.c
index aa6bfd1391da6957d0d9b00e859393c0444f7953..1d0ad31d2256eb76fecc28e7e6cd79bf90a3c406 100644
(file)
--- a/
drivers/block/skd_main.c
+++ b/
drivers/block/skd_main.c
@@
-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: