Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756922AbaGNTQ1 (ORCPT ); Mon, 14 Jul 2014 15:16:27 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:61628 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756869AbaGNTQI (ORCPT ); Mon, 14 Jul 2014 15:16:08 -0400 From: Peter Senna Tschudin To: forest@alittletooquiet.net, gregkh@linuxfoundation.org, tvboxspy@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Cc: Peter Senna Tschudin Subject: [PATCH V4 6/6] staging: vt6556: Replace printk by pr_warn Date: Mon, 14 Jul 2014 21:15:33 +0200 Message-Id: <1405365333-17170-6-git-send-email-peter.senna@gmail.com> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1405365333-17170-1-git-send-email-peter.senna@gmail.com> References: <1405365333-17170-1-git-send-email-peter.senna@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fixes a checkpatch warning by replacing printk by pr_warn. Tested by compilation only. Signed-off-by: Peter Senna Tschudin --- Cahnges from V3: - Splitted the patches by change type drivers/staging/vt6656/main_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c index cc0281a..64c25e2 100644 --- a/drivers/staging/vt6656/main_usb.c +++ b/drivers/staging/vt6656/main_usb.c @@ -527,7 +527,7 @@ static void usb_device_reset(struct vnt_private *pDevice) status = usb_reset_device(pDevice->usb); if (status) - printk("usb_device_reset fail status=%d\n",status); + pr_warn("usb_device_reset fail status=%d\n", status); } static void device_free_int_bufs(struct vnt_private *priv) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/