Commit df135e32 authored by Finn Thain's avatar Finn Thain Committed by Martin K. Petersen
Browse files

scsi: NCR5380: Avoid compiler warning when -Wimplicit-fallthrough is enabled



Adjust comments accordingly.

Cc: Gustavo A. R. Silva <gustavo@embeddedor.com>
Cc: Michael Schmitz <schmitzmic@gmail.com>
Signed-off-by: default avatarFinn Thain <fthain@telegraphics.com.au>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 2e96fe92
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1933,13 +1933,13 @@ static void NCR5380_information_transfer(struct Scsi_Host *instance)
					if (!hostdata->connected)
						return;

					/* Fall through to reject message */

					/* Reject message */
					/* Fall through */
				default:
					/*
					 * If we get something weird that we aren't expecting,
					 * reject it.
					 * log it.
					 */
				default:
					if (tmp == EXTENDED_MESSAGE)
						scmd_printk(KERN_INFO, cmd,
						            "rejecting unknown extended message code %02x, length %d\n",