Loading drivers/net/wireless/wcnss/wcnss_wlan.c +3 −3 Original line number Diff line number Diff line /* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1121,7 +1121,7 @@ void wcnss_log_debug_regs_on_bite(void) pr_debug("wcnss: clock frequency is: %luHz\n", clk_rate); if (clk_rate) { wcnss_pronto_dump_regs(); wcnss_pronto_log_debug_regs(); if (wcnss_get_mux_control()) wcnss_log_iris_regs(); } else { Loading @@ -1141,7 +1141,7 @@ void wcnss_reset_fiq(bool clk_chk_en) if (clk_chk_en) { wcnss_log_debug_regs_on_bite(); } else { wcnss_pronto_dump_regs(); wcnss_pronto_log_debug_regs(); if (wcnss_get_mux_control()) wcnss_log_iris_regs(); } Loading Loading
drivers/net/wireless/wcnss/wcnss_wlan.c +3 −3 Original line number Diff line number Diff line /* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1121,7 +1121,7 @@ void wcnss_log_debug_regs_on_bite(void) pr_debug("wcnss: clock frequency is: %luHz\n", clk_rate); if (clk_rate) { wcnss_pronto_dump_regs(); wcnss_pronto_log_debug_regs(); if (wcnss_get_mux_control()) wcnss_log_iris_regs(); } else { Loading @@ -1141,7 +1141,7 @@ void wcnss_reset_fiq(bool clk_chk_en) if (clk_chk_en) { wcnss_log_debug_regs_on_bite(); } else { wcnss_pronto_dump_regs(); wcnss_pronto_log_debug_regs(); if (wcnss_get_mux_control()) wcnss_log_iris_regs(); } Loading