Re: [PATCH 1/6] realtek: fix link-state interrupt

2021-03-10 Thread Birger Koblitz
Indeed, this fixes a stupid typo that prevents the IRQ to be correctly configured. Please apply. Birger On 09/03/2021 22:12, Bjørn Mork wrote: This bug was the root cause for the failing sfp driver. Signed-off-by: Bjørn Mork --- .../realtek/files-5.4/drivers/net/dsa/rtl83xx/common.c |

[PATCH 1/6] realtek: fix link-state interrupt

2021-03-09 Thread Bjørn Mork
This bug was the root cause for the failing sfp driver. Signed-off-by: Bjørn Mork --- .../realtek/files-5.4/drivers/net/dsa/rtl83xx/common.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/target/linux/realtek/files-5.4/drivers/net/dsa/rtl83xx/common.c b/target/li