Re: [PATCH] drivers/scsi/libsas: Use SAM_GOOD

From: James Bottomley
Date: Tue Sep 29 2009 - 10:12:43 EST


On Tue, 2009-09-29 at 08:00 +0200, Julia Lawall wrote:
> From: Julia Lawall <julia@xxxxxxx>
>
> The field stat->stat should be compared to SAM_GOOD, not SAM_STAT_GOOD, as
> done elsewhere in the same function. Both constants have the same value.

Actually, I'd like to see us go the other way. Use the standard SCSI
defined SAM_STAT macros in libsas instead of its hand rolled
equivalents. This would mean modifying aic94xx/aic94xx_task.c and
libsas.h as well.

Thanks,

James


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