mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 02:31:27 +00:00
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:
@@ -460,7 +460,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