mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
s390/vfio: use fallthrough;
Convert the various uses of fallthrough comments to fallthrough; Done via script Link: https://lore.kernel.org/lkml/b56602fcf79f849e733e7b521bb0e17895d390fa.1582230379.git.joe.com/ Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
parent
fcf0220abc
commit
0696178e77
@ -90,7 +90,7 @@ static void vfio_ap_wait_for_irqclear(int apqn)
|
||||
case AP_RESPONSE_RESET_IN_PROGRESS:
|
||||
if (!status.irq_enabled)
|
||||
return;
|
||||
/* Fall through */
|
||||
fallthrough;
|
||||
case AP_RESPONSE_BUSY:
|
||||
msleep(20);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user