diff options
Diffstat (limited to 'drivers/parisc')
-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 98be2880757d..e5d7ed92d6f7 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, | |||
195 | 195 | ||
196 | cur = lbuf; | 196 | cur = lbuf; |
197 | 197 | ||
198 | /* skip initial spaces */ | ||
199 | while (*cur && isspace(*cur)) | ||
200 | { | ||
201 | cur++; | ||
202 | } | ||
203 | |||
204 | switch ((long)data) | 198 | switch ((long)data) |
205 | { | 199 | { |
206 | case LED_NOLCD: | 200 | case LED_NOLCD: |