[PATCH 2/2] Staging: xillybus: fix for quoted string split across lines

Eli Billauer eli.billauer at gmail.com
Wed Oct 16 18:49:19 UTC 2013


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



More information about the devel mailing list