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

Commit 5619d977 authored by Archana kumari's avatar Archana kumari Committed by Greg Kroah-Hartman
Browse files

staging: media: lirc: Replaced printk macro with dev_info(dev,....) in lirc_imon.c



This patch replaces printk macro with dev_info(dev,....)
in lirc_imon.c

Signed-off-by: default avatarArchana kumari <archanakumari959@gmail.com>
Reviewed-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ff1b12b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -625,7 +625,7 @@ static void imon_incoming_packet(struct imon_context *context,
	}

	if (debug) {
		printk(KERN_INFO "raw packet: ");
		dev_info(dev, "raw packet: ");
		for (i = 0; i < len; ++i)
			printk("%02x ", buf[i]);
		printk("\n");