提交 4c4a90fd 编写于 作者: T Thiago Farina 提交者: Jeff Garzik

sata_mv: Clean up hard coded array size calculation.

Use ARRAY_SIZE macro of kernel api instead.
Signed-off-by: NThiago Farina <tfransosi@gmail.com>
Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
上级 7095e3eb
......@@ -2217,7 +2217,7 @@ static unsigned int mv_qc_issue_fis(struct ata_queued_cmd *qc)
int err = 0;
ata_tf_to_fis(&qc->tf, link->pmp, 1, (void *)fis);
err = mv_send_fis(ap, fis, sizeof(fis) / sizeof(fis[0]));
err = mv_send_fis(ap, fis, ARRAY_SIZE(fis));
if (err)
return err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册