Re: [PATCH] b43legacy: Remove the unused function prev_slot()

From: Larry Finger
Date: Thu Mar 30 2023 - 11:46:45 EST


On 3/29/23 21:18, Jiapeng Chong wrote:
The function prev_slot is defined in the dma.c file, but not called
elsewhere, so remove this unused function.

drivers/net/wireless/broadcom/b43legacy/dma.c:130:19: warning: unused function 'prev_slot'.

Reported-by: Abaci Robot <abaci@xxxxxxxxxxxxxxxxx>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4642
Signed-off-by: Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx>
---
drivers/net/wireless/broadcom/b43legacy/dma.c | 8 --------
1 file changed, 8 deletions(-)

Acked-by: Larry Finger <Larry.Finger@xxxxxxxxxxxx>

Thanks,

Larry