summaryrefslogtreecommitdiff
path: root/rust/alloc/collections/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorEthan Tidmore <ethantidmore06@gmail.com>2026-01-31 15:21:28 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-02-07 13:43:27 +0100
commit7de30d5d76aa614777a02a9807d29ed65b0704a0 (patch)
treeceb65543808df61bb73cf61aec8771b2f4b820f7 /rust/alloc/collections/git@git.tavy.me:linux.git
parentc41ac3530710e9d49e0ddd5e6f338407f6d4ab00 (diff)
staging: rtl8723bs: remove unused private debug counters
The driver maintains a private `struct debug_priv` embedded within `struct dvobj_priv` to track various error counters (e.g., suspend errors, alloc failures, RX drops). These counters are incremented in various files but the data is never read or exposed to userspace. Remove the unused `debug_priv` structure definition, the instance in `dvobj_priv`, and all associated increment operations across the driver to clean up the code. This also removes the following helper functions which were used solely to update these counters: - rtw_reset_rx_info() - recv_indicatepkts_pkt_loss_cnt() Signed-off-by: Ethan Tidmore <ethantidmore06@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://patch.msgid.link/20260131212128.25548-1-ethantidmore06@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/alloc/collections/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions