Message ID | 20150130060645.23653-7-Viswas.G@microsemi.com (mailing list archive) |
---|---|
State | Changes Requested, archived |
Headers | show |
2015-01-30 7:06 GMT+01:00 Viswas G <Viswas.G@microsemi.com>: > Corrected the value defined for LINKRATE_60 (6 Gig). > > Signed-off-by: Raj Dinesh <Raj.Dinesh@microsemi.com> > Signed-off-by: Viswas G <viswas.g@microsemi.com> > --- > drivers/scsi/pm8001/pm80xx_hwi.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/pm8001/pm80xx_hwi.h b/drivers/scsi/pm8001/pm80xx_hwi.h > index d8e5d81e83f1..71dee83aeef0 100644 > --- a/drivers/scsi/pm8001/pm80xx_hwi.h > +++ b/drivers/scsi/pm8001/pm80xx_hwi.h > @@ -167,7 +167,7 @@ > #define LINKMODE_AUTO (0x03 << 12) > #define LINKRATE_15 (0x01 << 8) > #define LINKRATE_30 (0x02 << 8) > -#define LINKRATE_60 (0x06 << 8) > +#define LINKRATE_60 (0x04 << 8) > #define LINKRATE_120 (0x08 << 8) > > /* phy_profile */ > -- > 2.12.3 > Thanks Viswas, how did this happen, checked pm8001_hwi.h, it's right. Anyway, looks good to me! Acked-by: Jack Wang <jinpu.wang@profitbricks.com>
Viswas, Please send a v2 with correct dates and Jack's review tags added to each patch. Thank you!
diff --git a/drivers/scsi/pm8001/pm80xx_hwi.h b/drivers/scsi/pm8001/pm80xx_hwi.h index d8e5d81e83f1..71dee83aeef0 100644 --- a/drivers/scsi/pm8001/pm80xx_hwi.h +++ b/drivers/scsi/pm8001/pm80xx_hwi.h @@ -167,7 +167,7 @@ #define LINKMODE_AUTO (0x03 << 12) #define LINKRATE_15 (0x01 << 8) #define LINKRATE_30 (0x02 << 8) -#define LINKRATE_60 (0x06 << 8) +#define LINKRATE_60 (0x04 << 8) #define LINKRATE_120 (0x08 << 8) /* phy_profile */