isert: Use break in default case

Detected by checkpatch.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
Bart Van Assche
2015-06-07 06:25:06 -07:00
parent ea85435911
commit 45f2cfa7ef

View File

@@ -473,7 +473,7 @@ static bool will_read_block(struct isert_conn_dev *dev)
res = false;
break;
default:
;
break;
}
}
spin_unlock(&dev->pdu_lock);