Commit d2f1c0fa authored by Julian Stecklina's avatar Julian Stecklina Committed by Kyle McMartin

[PARISC] stop lcd driver from stripping initial whitespace

Signed-off-by: default avatarJulian Stecklina <der_julian@web.de>
Signed-off-by: default avatarKyle McMartin <kyle@parisc-linux.org>
parent 188e1f81
......@@ -195,12 +195,6 @@ static int led_proc_write(struct file *file, const char *buf,
cur = lbuf;
/* skip initial spaces */
while (*cur && isspace(*cur))
{
cur++;
}
switch ((long)data)
{
case LED_NOLCD:
......
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