forked from luck/tmp_suning_uos_patched
[PARISC] stop lcd driver from stripping initial whitespace
Signed-off-by: Julian Stecklina <der_julian@web.de> Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
This commit is contained in:
parent
188e1f81ba
commit
d2f1c0fa2b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user