USB: gadget: Remove pr_<level> uses of KERN_<level>

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Joe Perches 2010-09-11 22:10:58 -07:00 committed by Greg Kroah-Hartman
parent e9137c2e44
commit c0109b8fd2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}