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:
3f2c940
)
xen-blkfront: 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 23:23:11 +0000
(16:23 -0700)
committer
Jens Axboe
<axboe@kernel.dk>
Fri, 18 Aug 2017 14:36:58 +0000
(08:36 -0600)
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: Roger Pau Monn303251 <roger.pau@citrix.com>
Cc: xen-devel@lists.xenproject.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/xen-blkfront.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/xen-blkfront.c
b/drivers/block/xen-blkfront.c
index 98e34e4c62b8b228a6ee6d37256e860ee7d3c2b7..270019e3e5d8016d3fbd533ab2fcd910ded45406 100644
(file)
--- a/
drivers/block/xen-blkfront.c
+++ b/
drivers/block/xen-blkfront.c
@@
-2456,7
+2456,7
@@
static void blkback_changed(struct xenbus_device *dev,
case XenbusStateClosed:
if (dev->state == XenbusStateClosed)
break;
- /*
Missed the backend's Closing state -- fall
through */
+ /*
fall
through */
case XenbusStateClosing:
if (info)
blkfront_closing(info);