diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-10-11 15:38:33 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-10-12 02:00:51 +0200 |
commit | e52cc2a625a6841cad9a8a1fb537a0125cead3a9 (patch) | |
tree | 84330d28a20f06e78bb203dcc5f24522b9f8c831 /drivers/nfc/st21nfca/se.c | |
parent | nfc: st-nci: drop unneeded debug prints (diff) | |
download | linux-e52cc2a625a6841cad9a8a1fb537a0125cead3a9.tar.xz linux-e52cc2a625a6841cad9a8a1fb537a0125cead3a9.zip |
nfc: st21nfca: drop unneeded debug prints
ftrace is a preferred and standard way to debug entering and exiting
functions so drop useless debug prints.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/nfc/st21nfca/se.c')
-rw-r--r-- | drivers/nfc/st21nfca/se.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/nfc/st21nfca/se.c b/drivers/nfc/st21nfca/se.c index c8bdf078d111..a43fc4117fa5 100644 --- a/drivers/nfc/st21nfca/se.c +++ b/drivers/nfc/st21nfca/se.c @@ -257,8 +257,6 @@ static void st21nfca_se_wt_timeout(struct timer_list *t) struct st21nfca_hci_info *info = from_timer(info, t, se_info.bwi_timer); - pr_debug("\n"); - info->se_info.bwi_active = false; if (!info->se_info.xch_error) { @@ -278,8 +276,6 @@ static void st21nfca_se_activation_timeout(struct timer_list *t) struct st21nfca_hci_info *info = from_timer(info, t, se_info.se_active_timer); - pr_debug("\n"); - info->se_info.se_active = false; complete(&info->se_info.req_completion); |