Skip to content

drivers: add error for invalid usage of drivers lists

Karel Koci requested to merge hotfix/include-drivers into master

This makes the original fatal error that devices passed to pairs is nil to non-fatal. This also gives much more direct message.

Drivers are important but there are optional drivers and thus having their invalid usage/setup as fatal makes no sense. They would just not be included. It is a regular error only.

Merge request reports