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

Commit e138a5d2 authored by James Bottomley's avatar James Bottomley
Browse files

[SCSI] aic94xx: fix pointer to integer conversion warning

parent 7b4feee9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);