CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/26 16:14:32
Modified files:
sys/dev/ic : ciss.c
Log message:
If you put CISS_LOCK()/CISS_UNLOCK() around a switch statement, you
must break out of the cases, not directly 'return' error codes. I
think the error case is currently impossible, but why leave an armed
bear trap lying about?
