CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/14 05:47:27
Modified files:
sys/dev : softraid.c
Log message:
Avoid using uninitialized variables in two corner cases. In one
case check if it was set and bail out with a useful message if not.
In the other the variable was the wrong one anyway, and we can just
use the correct variable.
Found by & ok jsg@
