dm: core: Update log method for uclass_find_device_by_seq
authorKever Yang <kever.yang@rock-chips.com>
Tue, 22 Oct 2019 07:39:47 +0000 (15:39 +0800)
committerSimon Glass <sjg@chromium.org>
Sun, 27 Oct 2019 19:01:43 +0000 (13:01 -0600)
commit97b5f9d1a0dcae66cf7fe5e892f6dc56d14b0c21
tree005e7ae9ba7e6814b61c2dd4c844a8a52da99b7e
parent8ab452d5877638a97e5bdd521d119403b70b45f5
dm: core: Update log method for uclass_find_device_by_seq

Use log() insted of debug() for uclass_find_device_by_seq function,
since this print is very much and we can filter it out with log()
interface.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Move #define to top of file as per docs:
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/uclass.c