public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Jiri Kosina <trivial@kernel.org>
Cc: David Brownell <dbrownell@users.sourceforge.net>,
	Greg Kroah-Hartman <gregkh@suse.de>,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 10/11] drivers/usb/gadget: Remove pr_<level> uses of KERN_<level>
Date: Tue, 21 Sep 2010 09:11:34 -0700	[thread overview]
Message-ID: <1285085494.6816.0.camel@Joe-Laptop> (raw)
In-Reply-To: <141dd5ea20749b4b37d60cae53d1751bb88ba15c.1284267142.git.joe@perches.com>

On Sat, 2010-09-11 at 22:10 -0700, Joe Perches wrote:
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  drivers/usb/gadget/r8a66597-udc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/usb/gadget/r8a66597-udc.c b/drivers/usb/gadget/r8a66597-udc.c
> index 2456ccd..8040c85 100644
> --- a/drivers/usb/gadget/r8a66597-udc.c
> +++ b/drivers/usb/gadget/r8a66597-udc.c
> @@ -274,7 +274,7 @@ static int pipe_buffer_setting(struct r8a66597 *r8a66597,
>  	}
>  
>  	if (buf_bsize && ((bufnum + 16) >= R8A66597_MAX_BUFNUM)) {
> -		pr_err(KERN_ERR "r8a66597 pipe memory is insufficient\n");
> +		pr_err("r8a66597 pipe memory is insufficient\n");
>  		return -ENOMEM;
>  	}
>  

Ping?


  reply	other threads:[~2010-09-21 16:11 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1284267142.git.joe@perches.com>
2010-09-12  5:10 ` [PATCH 01/11] arch/arm: Remove pr_<level> uses of KERN_<level> Joe Perches
2010-09-14  7:37   ` Eric Miao
2010-09-12  5:10 ` [PATCH 02/11] arch/avr32: " Joe Perches
2010-09-12  5:10 ` [PATCH 03/11] arch/microblaze: " Joe Perches
2010-09-13  7:09   ` Michal Simek
2010-09-12  5:10 ` [PATCH 04/11] arch/mips: " Joe Perches
2010-09-18 23:59   ` Ralf Baechle
2010-09-12  5:10 ` [PATCH 05/11] arch/powerpc: " Joe Perches
2010-09-12  5:10 ` [PATCH 06/11] arch/x86: " Joe Perches
2010-09-12  7:34   ` [tip:x86/debug] x86: " tip-bot for Joe Perches
2010-09-12  5:10 ` [PATCH 07/11] drivers/infiniband: " Joe Perches
2010-09-29  3:51   ` Roland Dreier
2010-09-12  5:10 ` [PATCH 08/11] drivers/net/skfp: " Joe Perches
2010-09-14  3:04   ` David Miller
2010-09-12  5:10 ` [PATCH 09/11] drivers/staging/msm: " Joe Perches
2010-09-12  5:10 ` [PATCH 10/11] drivers/usb/gadget: " Joe Perches
2010-09-21 16:11   ` Joe Perches [this message]
2010-09-21 20:35     ` Greg KH
2010-09-12  5:10 ` [PATCH 11/11] sound: " Joe Perches
2010-09-13  8:25   ` Mark Brown
2010-09-13 17:55   ` Geoff Levand
2010-09-13 21:41   ` Takashi Iwai

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=1285085494.6816.0.camel@Joe-Laptop \
    --to=joe@perches.com \
    --cc=dbrownell@users.sourceforge.net \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=trivial@kernel.org \
    /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