Преглед изворни кода

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 година
родитељ
комит
09d88c8576
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      drivers/isdn/gigaset/interface.c

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

@@ -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;