isert: Use break in default case

Detected by checkpatch.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6328 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2015-06-16 18:51:47 +00:00
parent 86cb6fce1b
commit 807c4eacf0

View File

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