mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
usb: gadget: configfs: log function unbinding as debug
Disabling USB gadget functions configured through configfs is something that can happen in normal use cases. Keep the existing log for this type of event, but only as debug, not as an error. Signed-off-by: Romain Izard <romain.izard.pro@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:
committed by
Felipe Balbi
parent
4fbac5206a
commit
da7b895d51
@@ -1211,7 +1211,7 @@ static void purge_configs_funcs(struct gadget_info *gi)
|
||||
|
||||
list_move_tail(&f->list, &cfg->func_list);
|
||||
if (f->unbind) {
|
||||
dev_info(&gi->cdev.gadget->dev,
|
||||
dev_dbg(&gi->cdev.gadget->dev,
|
||||
"unbind function '%s'/%p\n",
|
||||
f->name, f);
|
||||
f->unbind(c, f);
|
||||
|
||||
Reference in New Issue
Block a user