Re: [PATCH] rtlwifi: rtl_pci: Fix errors when CONFIG_RTLWIFI_DEBUG is not set

2019-09-21 Thread Kalle Valo
Larry Finger writes: > When rtlwifi debugging is disabled, missing globals occur due to the > attempt execution of code that is never generated. Do you have the exact error message? I don't know why this is failing. > Signed-off-by: Larry Finger > --- > drivers/net/wireless/realtek/rtlwifi/pc

Re: [PATCH] rtlwifi: rtl_pci: Fix errors when CONFIG_RTLWIFI_DEBUG is not set

2019-09-19 Thread Kalle Valo
Larry Finger writes: > When rtlwifi debugging is disabled, missing globals occur due to the > attempt execution of code that is never generated. > > Signed-off-by: Larry Finger Is this is a new regression or an old problem? -- Kalle Valo

[PATCH] rtlwifi: rtl_pci: Fix errors when CONFIG_RTLWIFI_DEBUG is not set

2019-09-19 Thread Larry Finger
When rtlwifi debugging is disabled, missing globals occur due to the attempt execution of code that is never generated. Signed-off-by: Larry Finger --- drivers/net/wireless/realtek/rtlwifi/pci.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/wireless/realtek/rtlwifi/pci.c b