s390/3215: add switch fall through comment for -Wimplicit-fallthrough
authorVasily Gorbik <gor@linux.ibm.com>
Sun, 28 Jul 2019 23:01:21 +0000 (01:01 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Mon, 29 Jul 2019 16:05:03 +0000 (18:05 +0200)
commit943dd5fa70ada0266c3a572c641be537b69ae2a8
treefddfb9ca3ad5592cbd9ffe0607076cf6273ef405
parent90a93ff4051ede8320c5576d99f34e0f75e99c1a
s390/3215: add switch fall through comment for -Wimplicit-fallthrough

Silence the following warning when built with -Wimplicit-fallthrough=3
enabled by default since 5.3-rc2:
drivers/s390/char/con3215.c: In function 'raw3215_irq':
drivers/s390/char/con3215.c:399:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  399 |   if (dstat == 0x08)
      |      ^
drivers/s390/char/con3215.c:401:2: note: here
  401 |  case 0x04:
      |  ^~~~

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
drivers/s390/char/con3215.c