Fix variable naming.

This commit is contained in:
mmdolze
2006-09-20 18:01:46 +00:00
parent f1c194513c
commit 6d3020af58
+1 -1
View File
@@ -1056,7 +1056,7 @@ IOWarrior_output(Driver *drvthis, int state)
if (!p->output_mask)
return;
p->output_state = on;
p->output_state = state;
iowled_on_off(p->udh, p->productID, state & p->output_mask);
}