[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1381845763-10487-3-git-send-email-treding@nvidia.com>
Date: Tue, 15 Oct 2013 16:02:43 +0200
From: Thierry Reding <thierry.reding@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Archana kumari <archanakumari959@...il.com>
Cc: devel@...verdev.osuosl.org, linux-next@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] [media] staging: media: Fix build for iMON LIRC driver
Add a missing , between parameters in a call to dev_info().
Signed-off-by: Thierry Reding <treding@...dia.com>
---
drivers/staging/media/lirc/lirc_imon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/lirc/lirc_imon.c b/drivers/staging/media/lirc/lirc_imon.c
index 8180187..91c3e2d 100644
--- a/drivers/staging/media/lirc/lirc_imon.c
+++ b/drivers/staging/media/lirc/lirc_imon.c
@@ -925,7 +925,7 @@ static int imon_probe(struct usb_interface *interface,
if (usb_register_dev(interface, &imon_class)) {
/* Not a fatal error, so ignore */
dev_info(dev,
- "%s: could not get a minor number for display\n"
+ "%s: could not get a minor number for display\n",
__func__);
}
}
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists