Re: [U-Boot] [PATCH v3 27/29] dm: Improve errors and warnings in lists_bind_fdt()

2014-07-26 Thread Simon Glass
On 23 July 2014 13:55, Simon Glass wrote: > Add a debug message for when a device tree node has no driver. Also reword > the warning when a device fails to bind, which was misleading. > > Signed-off-by: Simon Glass Applied to dm/master. ___ U-Boot mail

[U-Boot] [PATCH v3 27/29] dm: Improve errors and warnings in lists_bind_fdt()

2014-07-23 Thread Simon Glass
Add a debug message for when a device tree node has no driver. Also reword the warning when a device fails to bind, which was misleading. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None drivers/core/lists.c | 16 +--- 1 file changed, 13 insertions(+), 3 delet