Skip to content

Commit a984f58

Browse files
akpm00Jeff Garzik
authored andcommitted
fix drivers/ata/sata_fsl.c double-decl
drivers/ata/sata_fsl.c: In function 'sata_fsl_fill_sg': drivers/ata/sata_fsl.c:337: error: redeclaration of 'si' with no linkage drivers/ata/sata_fsl.c:326: error: previous declaration of 'si' was here Reported-by: Olof Johansson <[email protected]> Cc: Jeff Garzik <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 7ccd720 commit a984f58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/ata/sata_fsl.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ static unsigned int sata_fsl_fill_sg(struct ata_queued_cmd *qc, void *cmd_desc,
323323
struct scatterlist *sg;
324324
unsigned int num_prde = 0;
325325
u32 ttl_dwords = 0;
326-
unsigned int si;
327326

328327
/*
329328
* NOTE : direct & indirect prdt's are contigiously allocated

0 commit comments

Comments
 (0)