Re: [PATCH v2 5/8] drivers: most: usb: use dev_dbg function

2020-05-19 Thread Dan Carpenter
On Thu, May 14, 2020 at 11:52:53AM +0200, Christian Gromm wrote: > This patch replaces the functions dev_notice with dev_dbg to silence > the driver during normal operation. > > Signed-off-by: Christian Gromm > Reported-by: Greg Kroah-Hartman > --- > v2: > > drivers/most/most_usb.c | 4 ++-- >

[PATCH v2 5/8] drivers: most: usb: use dev_dbg function

2020-05-14 Thread Christian Gromm
This patch replaces the functions dev_notice with dev_dbg to silence the driver during normal operation. Signed-off-by: Christian Gromm Reported-by: Greg Kroah-Hartman --- v2: drivers/most/most_usb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git