From c26def2a6e853e953e3d1beab32661f5d4275c6c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 1 Nov 2018 04:19:22 +0000 Subject: [PATCH] qla2x00t: Annotate fall-through git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7555 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla_sup.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qla2x00t/qla_sup.c b/qla2x00t/qla_sup.c index 4bec28999..b8e954dfb 100644 --- a/qla2x00t/qla_sup.c +++ b/qla2x00t/qla_sup.c @@ -2370,6 +2370,7 @@ qla2x00_write_optrom_data(struct scsi_qla_host *vha, uint8_t *buf, sec_mask = 0x1e000; break; } + /* Fall through... */ default: /* Default to 16 kb sector size. */ rest_addr = 0x3fff;