mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 03:31:26 +00:00
isert: Use break in default case
Detected by checkpatch. Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -473,7 +473,7 @@ static bool will_read_block(struct isert_conn_dev *dev)
|
||||
res = false;
|
||||
break;
|
||||
default:
|
||||
;
|
||||
break;
|
||||
}
|
||||
}
|
||||
spin_unlock(&dev->pdu_lock);
|
||||
|
||||
Reference in New Issue
Block a user