
9 Apr
2017
9 Apr
'17
9:27 p.m.
On 4 April 2017 at 11:46, Alexandru Gagniuc alex.g@adaptrum.com wrote:
uclass_find_device_by_seq() prints seq and req_seq when debugging is enabled, but this information is not very useful by itself. Add the name of he driver to this information. This improves debugging as it shows which devices are being considered.
Signed-off-by: Alexandru Gagniuc alex.g@adaptrum.com
drivers/core/uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Simon Glass sjg@chromium.org