commit | c7b7363da8b977028586a16aa788b4bd653bf5e0 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Dec 03 08:37:27 2018 -0800 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Dec 03 09:26:20 2018 -0800 |
tree | 5f3cacc9f38b4bd3426a63970b07683bc352b41e | |
parent | 1fa00f3b3611a301a1a2f2aaf61f94fff18542cf [diff] |
userspace: add additional debug to elf_helper Devices are identified as belonging to a particular subsystem by looking at device->driver_api. Print some debug information if this is NULL or points to an unrecognized API struct. This is normal in a lot of cases, for example any use of SYS_INIT(). However, for real devices this may be an indication of mis- configuration. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>