mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +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…
Reference in New Issue
Block a user