[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <525EDFAF.8030306@gmail.com>
Date: Wed, 16 Oct 2013 21:49:19 +0300
From: Eli Billauer <eli.billauer@...il.com>
To: Greg KH <gregkh@...uxfoundation.org>
Cc: Dhanunjaya <dhanunjaya.matrix@...il.com>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] Staging: xillybus: fix for quoted string split across
lines
Hello Greg,
On 16/10/13 21:06, Greg KH wrote:
>> rc = of_address_to_resource(dev->of_node, 0,&endpoint->res);
>> > if (rc) {
>> > - pr_warn("xillybus: Failed to obtain device tree "
>> > - "resource\n");
>> > + pr_warn("xillybus: Failed to obtain device tree resource\n");
>>
> This should be using dev_warn() instead.
>
>
So I understand that I should replace *all* occurrences of pr_warn() and
pr_err() with their dev_* counterparts?
If so, please give me a week or so to handle that. It's going to be
rather chunky patch...
Regards,
Eli
--
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