mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 09:56:46 +00:00
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:
parent
e9137c2e44
commit
c0109b8fd2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user