2015-01-30 7:06 GMT+01:00 Viswas G <viswa...@microsemi.com>:
> Corrected the value defined for LINKRATE_60 (6 Gig).
>
> Signed-off-by: Raj Dinesh <raj.din...@microsemi.com>
> Signed-off-by: Viswas G <viswa...@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.w...@profitbricks.com>