public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Dirk Behme <dirk.behme@googlemail.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] ARM: OMAP: Fix warning in tusb6010_omap.c
Date: Mon, 7 May 2007 17:17:17 -0700	[thread overview]
Message-ID: <20070508001716.GF31968@atomide.com> (raw)
In-Reply-To: <463C3921.104@googlemail.com>

* Dirk Behme <dirk.behme@googlemail.com> [070505 00:59]:
> 
> Fix warning
> 
> drivers/usb/musb/tusb6010_omap.c: In function 'tusb_omap_dma_cb':
> drivers/usb/musb/tusb6010_omap.c:188: warning: format '%i' expects
> type 'int', but argument 4 has type 'long unsigned int'
> 
> Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
> 

> Index: linux-osk/drivers/usb/musb/tusb6010_omap.c
> ===================================================================
> --- linux-osk.orig/drivers/usb/musb/tusb6010_omap.c
> +++ linux-osk/drivers/usb/musb/tusb6010_omap.c
> @@ -185,7 +185,7 @@ static void tusb_omap_dma_cb(int lch, u1
>  	if (pio > 0 && pio < 32) {
>  		u8	*buf;
>  
> -		DBG(2, "Using PIO for remaining %i bytes\n", pio);
> +		DBG(2, "Using PIO for remaining %lu bytes\n", pio);
>  		buf = phys_to_virt((u32)chdat->dma_addr) + chdat->transfer_len;
>  		if (chdat->tx) {
>  			consistent_sync(phys_to_virt((u32)chdat->dma_addr),
> 

Pushing this too.

Tony

      reply	other threads:[~2007-05-08  0:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-05  7:58 [PATCH] ARM: OMAP: Fix warning in tusb6010_omap.c Dirk Behme
2007-05-08  0:17 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070508001716.GF31968@atomide.com \
    --to=tony@atomide.com \
    --cc=dirk.behme@googlemail.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox