mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-27 13:13:14 +00:00
of_device_get_match_data is called on priv->dev before priv->dev is
actually set. Move of_device_get_match_data after priv->dev is correctly
set to fix this kernel panic.
Fixes:
|
||
|---|---|---|
| .. | ||
| ar9331.c | ||
| Kconfig | ||
| Makefile | ||
| qca8k-8xxx.c | ||
| qca8k-common.c | ||
| qca8k.h | ||