diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2019-07-02 07:25:58 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-07-04 08:29:13 +0200 |
commit | 7305e2057a5db05ccca740a0f17caadc89dfb66c (patch) | |
tree | bc898de794071cb6a81d362cde04faecc3ba0a3e /target/linux/lantiq/patches-4.19/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch | |
parent | 961b8efb5b12fee42bec5b93ec31912af5eee995 (diff) | |
download | upstream-7305e2057a5db05ccca740a0f17caadc89dfb66c.tar.gz upstream-7305e2057a5db05ccca740a0f17caadc89dfb66c.tar.bz2 upstream-7305e2057a5db05ccca740a0f17caadc89dfb66c.zip |
lantiq: 4.19: fix panic when using the DMA API
With kernel 4.19 the DMA API relies on a struct device to work properly.
Backport upstream patches which passed a struct device instead of NULL
to the DMA API.
Fixes kernel panics during boot.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/patches-4.19/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch')
-rw-r--r-- | target/linux/lantiq/patches-4.19/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/patches-4.19/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch b/target/linux/lantiq/patches-4.19/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch index a3b717c043..fe6aad2058 100644 --- a/target/linux/lantiq/patches-4.19/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch +++ b/target/linux/lantiq/patches-4.19/0035-owrt-lantiq-wifi-and-ethernet-eeprom-handling.patch @@ -203,7 +203,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> +early_param("ethaddr", setup_ethaddr); --- a/drivers/net/ethernet/lantiq_etop.c +++ b/drivers/net/ethernet/lantiq_etop.c -@@ -777,7 +777,11 @@ ltq_etop_init(struct net_device *dev) +@@ -779,7 +779,11 @@ ltq_etop_init(struct net_device *dev) if (err) goto err_hw; |