commit | cb2bc547ea097e4f6843a11775a3b4d0e4afc998 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 16:11:06 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:07:18 2016 +0800 |
tree | 6228aa8d758253c8cd0d1dd981edaca31916973f | |
parent | 660680d8df688e9300ed09d9f022c5d6e5ebfb67 [diff] |
dm: core: Display the error number when driver binding fails This is often -96 (-EPFNOSUPPORT) which indicates that the uclass is not compiled in. Display the error number to make this easier to spot. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>