mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
Currently, if NVMEM provider is probed later than Aquantia, loading the
firmware will fail with -EINVAL.
To fix this, simply check for -EPROBE_DEFER when NVMEM is attempted and
return it.
Fixes:
|
||
|---|---|---|
| .. | ||
| aquantia_firmware.c | ||
| aquantia_hwmon.c | ||
| aquantia_leds.c | ||
| aquantia_main.c | ||
| aquantia.h | ||
| Kconfig | ||
| Makefile | ||