mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
gigaset: don't try to printk userland buffer contents
especially when you've just copied it in... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
7ebec8d235
commit
09d88c8576
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user