diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-21 15:57:50 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-21 15:57:50 -0700 |
commit | 9738cbe32192919356397f1e24f9b26e1f574fbb (patch) | |
tree | 75caa6d21a8b68a36285ee787095fb05b14627fb /drivers | |
parent | 58229a18994215bbfe0bcd1c99d2e039f30b076b (diff) | |
parent | 05dc16d6a175139a5872d08db56ee277ec90df5b (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
* 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6:
[PARISC] unwinder improvements
[PARISC] Fix unwinder on 64-bit kernels
[PARISC] Handle wrapping in expand_upwards()
[PARISC] stop lcd driver from stripping initial whitespace
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/parisc/led.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/parisc/led.c b/drivers/parisc/led.c index 98be2880757..e5d7ed92d6f 100644 --- a/drivers/parisc/led.c +++ b/drivers/parisc/led.c @@ -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: |