[PATCH linux dev-4.7 v2 2/2] drivers: fsi: i2c fix ports

Joel Stanley joel at jms.id.au
Mon Feb 13 13:02:18 AEDT 2017


On Sat, Feb 11, 2017 at 3:19 AM, Eddie James <eajames at linux.vnet.ibm.com> wrote:
> From: "Edward A. James" <eajames at us.ibm.com>
>
> missing a couple of ports
>
> Signed-off-by: Edward A. James <eajames at us.ibm.com>

Applied to dev-4.7 with some fixes to the commit message.

Cheers,

Joel

> ---
>  drivers/fsi/i2c/iic-fsi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/fsi/i2c/iic-fsi.c b/drivers/fsi/i2c/iic-fsi.c
> index 6d5b045..9c70e38 100644
> --- a/drivers/fsi/i2c/iic-fsi.c
> +++ b/drivers/fsi/i2c/iic-fsi.c
> @@ -281,7 +281,7 @@ int iic_del_ports(iic_eng_t* eng, uint64_t ports)
>         return 0;
>  }
>
> -#define IIC_FSI_PORTS  0xFFFULL
> +#define IIC_FSI_PORTS  0x7FFFULL
>  /*
>   * Called when an FSI IIC engine is plugged in.
>   * Causes creation of the /dev entry.
> --
> 1.8.3.1
>


More information about the openbmc mailing list