[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:
Julian Stecklina 2007-06-18 19:56:28 +02:00 committed by Kyle McMartin
parent 188e1f81ba
commit d2f1c0fa2b
1 changed files with 0 additions and 6 deletions

View File

@ -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: