scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED case
commitf49accf1eb398102d722a89fdbb76ad17c5c5220
authorEwan D. Milne <emilne@redhat.com>
Thu, 4 Dec 2014 16:49:25 +0000 (4 11:49 -0500)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 Dec 2014 12:34:27 +0000 (15 13:34 +0100)
treee0dd7423856126a5eba1a17a5c26ed343668aae4
parent4bc6b63482a069baa2eeaba3e4a0b5df75263dc5
scsi_debug: fix missing "break;" in SDEBUG_UA_CAPACITY_CHANGED case

This eliminates a superfluous log message when the capacity is changed:

  "check_readiness: unexpected unit attention code=3"

Signed-off-by: Ewan D. Milne <emilne@redhat.com>
Acked-by: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/scsi_debug.c