提交 e138a5d2 编写于 作者: J James Bottomley

[SCSI] aic94xx: fix pointer to integer conversion warning

Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
上级 7b4feee9
......@@ -446,7 +446,7 @@ static void escb_tasklet_complete(struct asd_ascb *ascb,
continue;
dev = task->dev;
x = (u16)dev->lldd_dev;
x = (unsigned long)dev->lldd_dev;
if (x == conn_handle) {
dev_phy = dev->port->phy;
task_kill_later(a);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册