Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0109b8f authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman
Browse files

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



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e9137c2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}