Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 520d3a1a authored by Li Yang's avatar Li Yang Committed by Jeff Garzik
Browse files

ata/sata_fsl: cleanup style problem



Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 066ce4db
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -308,7 +308,7 @@ static void sata_fsl_setup_cmd_hdr_entry(struct sata_fsl_port_priv *pp,
	pp->cmdslot[tag].prde_fis_len =
	    cpu_to_le32((num_prde << 16) | (fis_len << 2));
	pp->cmdslot[tag].ttl = cpu_to_le32(data_xfer_len & ~0x03);
	pp->cmdslot[tag].desc_info = cpu_to_le32((desc_info | (tag & 0x1F)));
	pp->cmdslot[tag].desc_info = cpu_to_le32(desc_info | (tag & 0x1F));

	VPRINTK("cda=0x%x, prde_fis_len=0x%x, ttl=0x%x, di=0x%x\n",
		pp->cmdslot[tag].cda,