Re: [PATCH v1 03/10] xhci: dbc: Use sysfs_emit() to instead of scnprintf()

From: Mathias Nyman
Date: Tue Oct 03 2023 - 08:29:13 EST


On 3.10.2023 11.50, Andy Shevchenko wrote:
On Tue, Oct 03, 2023 at 02:03:53AM +0800, kernel test robot wrote:


All warnings (new ones prefixed by >>):

drivers/usb/host/xhci-dbgcap.c: In function 'dbc_show':
drivers/usb/host/xhci-dbgcap.c:926:34: warning: unused variable 'p' [-Wunused-variable]
926 | const char *p;
| ^

Indeed, forgot to remove it...

Mathias, tell me if you want a v2 of this patch or the entire series.


No need, I can fix this while applying

Thanks
Mathias