Commit 50e402af authored by John Levon's avatar John Levon Committed by Greg Kroah-Hartman

[PATCH] usbcld typo

Against 2.5.63. I believe && is meant here, not &.
parent b8c6a0e0
...@@ -153,7 +153,7 @@ write_lcd(struct file *file, const char *buffer, ...@@ -153,7 +153,7 @@ write_lcd(struct file *file, const char *buffer,
} }
interruptible_sleep_on_timeout(&lcd-> wait_q, NAK_TIMEOUT); interruptible_sleep_on_timeout(&lcd-> wait_q, NAK_TIMEOUT);
continue; continue;
} else if (!result & partial) { } else if (!result && partial) {
obuf += partial; obuf += partial;
thistime -= partial; thistime -= partial;
} else } 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