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

Commit 09d88c85 authored by Al Viro's avatar Al Viro
Browse files

gigaset: don't try to printk userland buffer contents



especially when you've just copied it in...

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 7ebec8d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ static int if_ioctl(struct tty_struct *tty,
				? -EFAULT : 0;
			if (retval >= 0) {
				gigaset_dbg_buffer(DEBUG_IF, "GIGASET_BRKCHARS",
						   6, (const unsigned char *) arg);
						   6, buf);
				retval = cs->ops->brkchars(cs, buf);
			}
			break;