ata: sata_dwc_460ex: remove variable num_processed
authorColin Ian King <colin.i.king@gmail.com>
Mon, 24 Oct 2022 14:17:59 +0000 (15:17 +0100)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Thu, 27 Oct 2022 00:57:55 +0000 (09:57 +0900)
commitde58fd3d80f884f7f322a06bfe08465e49b47c5d
tree32b3419e27b00bab45bd7b5e9b2f300fb332ef38
parent43c10618700b5880097c0e13a36c94766998e8eb
ata: sata_dwc_460ex: remove variable num_processed

Variable num_processed is just being incremented and it's never used
anywhere else. The variable and the increment are redundant so
remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/sata_dwc_460ex.c