Re: [patch] NCR5380.c fix

James Bottomley (James.Bottomley@steeleye.com)
15 May 2003 17:52:06 -0500


On Thu, 2003-05-15 at 17:45, Andries.Brouwer@cwi.nl wrote:
> - else if (cmd->SCp.Status != GOOD)
> + else if (status_byte(cmd->SCp.Status) != GOOD)

Well...if we're doing it this way, any reason not to use the newly
minted SAM_STAT_GOOD and SAM_STAT_CHECK_CONDITION?

James

-
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/