Skip to content

Commit

Permalink
[PARISC] stop lcd driver from stripping initial whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Stecklina <[email protected]>
Signed-off-by: Kyle McMartin <[email protected]>
  • Loading branch information
Julian Stecklina authored and Kyle McMartin committed Jun 21, 2007
1 parent 188e1f8 commit d2f1c0f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/parisc/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d2f1c0f

Please sign in to comment.