Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2f1c0fa authored by Julian Stecklina's avatar Julian Stecklina Committed by Kyle McMartin
Browse files

[PARISC] stop lcd driver from stripping initial whitespace

parent 188e1f81
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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: