]> git.baikalelectronics.ru Git - uboot.git/commit
core/uclass: Print name of device in uclass_find_device_by_seq()
authorAlexandru Gagniuc <alex.g@adaptrum.com>
Tue, 4 Apr 2017 17:46:56 +0000 (10:46 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 13 Apr 2017 20:44:49 +0000 (14:44 -0600)
commit88614a68f0c93f32c8068741c6066cf39768e937
tree7c90ff12096eae7377f2939d5426e5466653437a
parentf7df2c9e27857cb6ba2aecfea7732516dc8f7c48
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>
drivers/core/uclass.c