Commit 7e04539e authored by John Levon's avatar John Levon Committed by Greg Kroah-Hartman

[PATCH] rio500 typo

I believe && is meant here, but I cannot test it. This is against 2.5.63
parent 50e402af
......@@ -332,7 +332,7 @@ write_rio(struct file *file, const char *buffer,
}
interruptible_sleep_on_timeout(&rio-> wait_q, NAK_TIMEOUT);
continue;
} else if (!result & partial) {
} else if (!result && partial) {
obuf += partial;
thistime -= partial;
} else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment