Home
last modified time | relevance | path

Searched hist:ea168e3351cdb9a738ebfa4ad931a81b2f6d48dd (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/core/
H A Duclass.cea168e3351cdb9a738ebfa4ad931a81b2f6d48dd Tue Apr 04 17:46:56 UTC 2017 Alexandru Gagniuc <alex.g@adaptrum.com> core/uclass: Print name of device in uclass_find_device_by_seq()

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>
Acked-by: Simon Glass <sjg@chromium.org>