Prev: readahead: limit readahead size for small devices
Next: [PATCH] HID: use multi input quirk for eTurboTouch touchscreen
From: Giridhar Malavali on 2 Feb 2010 14:50 Acked-by: Giridhar Malavali <giridhar.malavali(a)qlogic.com> On Jan 29, 2010, at 2:25 AM, Roel Kluin wrote: > The *change_queue_depth functions usually return a negative error > return. > > Signed-off-by: Roel Kluin <roel.kluin(a)gmail.com> > --- > diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/ > qla_os.c > index 8529eb1..0753877 100644 > --- a/drivers/scsi/qla2xxx/qla_os.c > +++ b/drivers/scsi/qla2xxx/qla_os.c > @@ -1258,7 +1258,7 @@ qla2x00_change_queue_depth(struct scsi_device > *sdev, int qdepth, int reason) > qla2x00_adjust_sdev_qdepth_up(sdev, qdepth); > break; > default: > - return EOPNOTSUPP; > + return -EOPNOTSUPP; > } > > return sdev->queue_depth; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |