Эх сурвалжийг харах

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>
Al Viro 7 жил өмнө
parent
commit
09d88c8576

+ 1 - 1
drivers/isdn/gigaset/interface.c

@@ -206,7 +206,7 @@ static int if_ioctl(struct tty_struct *tty,
 				? -EFAULT : 0;
 				? -EFAULT : 0;
 			if (retval >= 0) {
 			if (retval >= 0) {
 				gigaset_dbg_buffer(DEBUG_IF, "GIGASET_BRKCHARS",
 				gigaset_dbg_buffer(DEBUG_IF, "GIGASET_BRKCHARS",
-						   6, (const unsigned char *) arg);
+						   6, buf);
 				retval = cs->ops->brkchars(cs, buf);
 				retval = cs->ops->brkchars(cs, buf);
 			}
 			}
 			break;
 			break;