Re: [PATCH v2 1/1] usb: informative message if no controller

2024-06-18 Thread Marek Vasut
On 6/18/24 11:44 AM, Dragan Simic wrote: Hello Heinrich, Please see a nitpick below. On 2024-06-18 10:16, Heinrich Schuchardt wrote: The message 'No working controllers found' provides no clue that this refers to USB controllers. Provide a message that refers to USB. Signed-off-by: Heinrich

Re: [PATCH v2 1/1] usb: informative message if no controller

2024-06-18 Thread Dragan Simic
Hello Heinrich, Please see a nitpick below. On 2024-06-18 10:16, Heinrich Schuchardt wrote: The message 'No working controllers found' provides no clue that this refers to USB controllers. Provide a message that refers to USB. Signed-off-by: Heinrich Schuchardt --- v2: add 'found' at

[PATCH v2 1/1] usb: informative message if no controller

2024-06-18 Thread Heinrich Schuchardt
The message 'No working controllers found' provides no clue that this refers to USB controllers. Provide a message that refers to USB. Signed-off-by: Heinrich Schuchardt --- v2: add 'found' at end of message keep printf --- drivers/usb/host/usb-uclass.c | 2 +- 1 file changed, 1