i2c: aspeed: use proper annotation for "fall through"
authorWolfram Sang <wsa@the-dreams.de>
Thu, 6 Sep 2018 18:44:24 +0000 (20:44 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 24 Sep 2018 21:45:56 +0000 (23:45 +0200)
commitf8878fadba1e8cfcaadf98d437040d3fe9e2d12c
treefdb5797738a1dd298ac50ded63c923cd6f16f109
parent2be6b47211e17e6c90ead40d24d2a5cc815f2d5c
i2c: aspeed: use proper annotation for "fall through"

Use a better annotation, so GCC won't complain anymore:

drivers/i2c/busses/i2c-aspeed.c:458:15: warning: this statement may fall through [-Wimplicit-fallthrough=]

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Tested-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-aspeed.c