Skip to content

Commit

Permalink
[PATCH] AX.25: Delete debug printk from mkiss driver
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle DL5RB <ralf@linux-mips.org>

--

 drivers/net/hamradio/mkiss.c |    1 -
 1 files changed, 1 deletion(-)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Ralf Baechle authored and Jeff Garzik committed Oct 4, 2005
1 parent be2b28e commit 96eb549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/hamradio/mkiss.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,6 @@ static int mkiss_ioctl(struct tty_struct *tty, struct file *file,

case SIOCSIFHWADDR: {
char addr[AX25_ADDR_LEN];
printk(KERN_INFO "In SIOCSIFHWADDR");

if (copy_from_user(&addr,
(void __user *) arg, AX25_ADDR_LEN)) {
Expand Down

0 comments on commit 96eb549

Please sign in to comment.