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

David van Hoose (davidvh@cox.net)
Tue, 27 May 2003 11:38:24 -0400


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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/