On Mon, 18 Apr 2005, Christoph Hellwig wrote:

> 
> ===== drivers/scsi/qla2xxx/qla_dbg.c 1.12 vs edited =====
> --- 1.12/drivers/scsi/qla2xxx/qla_dbg.c       2005-04-13 17:45:53 +02:00
> +++ edited/drivers/scsi/qla2xxx/qla_dbg.c     2005-04-18 16:22:48 +02:00
> @@ -1063,8 +1063,7 @@
>               return;
>  
>       printk("  sp flags=0x%x\n", sp->flags);
> -     printk("  r_start=0x%lx, u_start=0x%lx, f_start=0x%lx, state=%d\n",
> -         sp->r_start, sp->u_start, sp->f_start, sp->state);
> +     printk("  state=%d\n", sp->state);
>  }
>  
...

Good stuff, I had a (more conservative) patchset in the queue which
began to prune most of the stuff you've wacked with your patch.

Seems reasonable, I'll run it through my test ring tomorrow and ACK
when all looks good.

Thanks,
Andrew Vasquez
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to