Re: [PATCH v2 2/8] drivers: most: usb: use dev_*() functions to print messages

2020-05-19 Thread Dan Carpenter
On Thu, May 14, 2020 at 11:52:50AM +0200, Christian Gromm wrote: > @@ -186,13 +185,14 @@ static inline int start_sync_ep(struct usb_device > *usb_dev, u16 ep) > * get_stream_frame_size - calculate frame size of current configuration > * @cfg: channel configuration > */ > -static unsigned int

[PATCH v2 2/8] drivers: most: usb: use dev_*() functions to print messages

2020-05-14 Thread Christian Gromm
This patch removes the pr_*() functions and uses dev_*() instead. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/most/most_usb.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/most/most_usb.c b/drivers/most/most_usb.