mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 17:18:25 +02:00
We recently updated these device_match*() (and therefore, various
*find_device_by*()) functions to return a consistent 'false' value when
trying to match a NULL handle. Add tests for this.
This provides regression-testing coverage for the sorts of bugs that
underly commit
|
||
|---|---|---|
| .. | ||
| .kunitconfig | ||
| Kconfig | ||
| Makefile | ||
| platform-device-test.c | ||
| property-entry-test.c | ||
| root-device-test.c | ||
| test_async_driver_probe.c | ||