Re: What breaks aic7xxx in post 2.6.12-rc2 ?

From: Michael Tokarev
Date: Mon May 30 2005 - 10:00:47 EST


James Bottomley wrote:
[]
> diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.c b/drivers/scsi/aic7xxx/aic7xxx_osm.c
> --- a/drivers/scsi/aic7xxx/aic7xxx_osm.c
> +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.c
> @@ -735,6 +735,7 @@ ahc_linux_slave_configure(struct scsi_de
>
> /* Initial Domain Validation */
> if (!spi_initial_dv(device->sdev_target))
> + spi_min_period(device->sdev_target) = 100;
> spi_dv_device(device);

Hmm.. Should there be a pair of {}'s somewhere?

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