Re: [2.5.70-bk1] Compilation failures ppa.c imm.c

From: David van Hoose (davidvh@cox.net)
Date: Tue May 27 2003 - 10:43:21 EST


David van Hoose wrote:
There is a compilation error on line 280 of ppa.c.
Should
if (ppa_hosts[i] == host)
Be
if ((struct Scsi_Host *)&ppa_hosts[i] == host)
??

Actually.. Looking at imm.c, I think that was supposed to be:
if (ppa_hosts[i].host == host->host_no)

Correct?

-David

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/