]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
b43: phy_n: Delete some useless TODO code
authorZhen Lei <thunder.leizhen@huawei.com>
Tue, 11 May 2021 03:42:03 +0000 (11:42 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 3 Jun 2021 09:30:43 +0000 (12:30 +0300)
commitda16f5be45d0458e5240737fe90194ee33314bdf
treec05b2af2e3ee1fc797a094469924c8a74aa0d2b9
parent1e36f828c4230ce5c4e10d733480e6c7aab05841
b43: phy_n: Delete some useless TODO code

These TODO empty code are added by
commit 9442e5b58edb ("b43: N-PHY: partly implement SPUR workaround"). It's
been more than a decade now. I don't think anyone who wants to perfect
this workaround can follow this TODO tip exactly. Instead, it limits them
to new thinking. Remove it will be better.

No functional change.

By the way, this helps reduce some binary code size.
Before:
text    data    bss     dec     hex
74472   9967    0       84439   149d7

After:
text    data    bss     dec     hex
74408   9919    0       84327   14967

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210511034203.4122-2-thunder.leizhen@huawei.com
drivers/net/wireless/broadcom/b43/phy_n.c