commit | ea168e3351cdb9a738ebfa4ad931a81b2f6d48dd | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <alex.g@adaptrum.com> | Tue Apr 04 10:46:56 2017 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Apr 13 14:44:49 2017 -0600 |
tree | 7c90ff12096eae7377f2939d5426e5466653437a | |
parent | c47a38b47770887dc9416382207364fb62899fc2 [diff] |
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>