[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150125115755.GA1369@kroah.com>
Date: Sun, 25 Jan 2015 19:57:55 +0800
From: Greg KH <gregkh@...uxfoundation.org>
To: Heba Aamer <heba93aamer@...il.com>
Cc: devel@...verdev.osuosl.org, florian.c.schilhabel@...glemail.com,
thomas@...uk.net, tapaswenipathak@...il.com,
rickard_strandqvist@...ctrumdigital.se,
linux-kernel@...r.kernel.org, sudipm.mukherjee@...il.com,
Larry.Finger@...inger.net
Subject: Re: [PATCH] staging: rtl8712: fix Prefer [subsystem eg:
netdev]_info([subsystem]dev, ... then dev_info(dev, ... then pr_info(... to
printk(KERN_INFO ...
On Sat, Jan 24, 2015 at 10:20:53PM +0200, Heba Aamer wrote:
> This patch fixes the following checkpatch.pl warning:
> fix Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then
> dev_info(dev, ... then pr_info(... to printk(KERN_INFO ...
>
> netdev_info was used since it is a network subsystem
>
> Signed-off-by: Heba Aamer <heba93aamer@...il.com>
> ---
> drivers/staging/rtl8712/usb_intf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/rtl8712/usb_intf.c b/drivers/staging/rtl8712/usb_intf.c
> index 7d0d171..7748a75 100644
> --- a/drivers/staging/rtl8712/usb_intf.c
> +++ b/drivers/staging/rtl8712/usb_intf.c
> @@ -366,7 +366,7 @@ static int r871xu_drv_init(struct usb_interface *pusb_intf,
> struct net_device *pnetdev;
> struct usb_device *udev;
>
> - printk(KERN_INFO "r8712u: Staging version\n");
> + netdev_info(pnetdev, "r8712u: Staging version\n");
> /* In this probe function, O.S. will provide the usb interface pointer
> * to driver. We have to increase the reference count of the usb device
> * structure by using the usb_get_dev function.
Please don't send patches that you do not at least test-build, it's a
bit rude and wastes people's time.
Oh, and also ensure that your patch is correct, hint, this one does not
work at all :(
greg k-h
--
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