lkml.org 
[lkml]   [2010]   [Nov]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 06/14] drivers/mfd: Use printf extension %pR for struct resource
Hi Joe,

On Fri, Nov 12, 2010 at 01:37:56PM -0800, Joe Perches wrote:
> Using %pR standardizes the struct resource output.
>
> Signed-off-by: Joe Perches <joe@perches.com>
Patch applied, thanks.

Cheers,
Samuel.


> ---
> drivers/mfd/sm501.c | 7 ++-----
> 1 files changed, 2 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c
> index bc9275c..78638cf 100644
> --- a/drivers/mfd/sm501.c
> +++ b/drivers/mfd/sm501.c
> @@ -745,11 +745,8 @@ static int sm501_register_device(struct sm501_devdata *sm,
> int ret;
>
> for (ptr = 0; ptr < pdev->num_resources; ptr++) {
> - printk(KERN_DEBUG "%s[%d] flags %08lx: %08llx..%08llx\n",
> - pdev->name, ptr,
> - pdev->resource[ptr].flags,
> - (unsigned long long)pdev->resource[ptr].start,
> - (unsigned long long)pdev->resource[ptr].end);
> + printk(KERN_DEBUG "%s[%d] %pR\n",
> + pdev->name, ptr, &pdev->resource[ptr]);
> }
>
> ret = platform_device_register(pdev);
> --
> 1.7.3.1.g432b3.dirty
>

--
Intel Open Source Technology Centre
http://oss.intel.com/


\
 
 \ /
  Last update: 2010-11-26 12:03    [W:0.111 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site