On Monday, September 08, 2014 at 08:04:22 PM, Janusz Użycki wrote:

Thanks, but the Subject of the email doesn't make much sense. Also, a short 
commit message exlaining what you did and why you did it would be nice.

While the patch is obvious and obviously correct, can you please fix those two 
minor things ?

> Signed-off-by: Janusz Uzycki <[email protected]>
> ---
>   linux-3.14.17/drivers/i2c/busses/i2c-mxs.c | 2 +-

btw. how did this 'linux-3.14.17' get in the path ?

>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/linux-3.14.17/drivers/i2c/busses/i2c-mxs.c
> b/linux-3.14.17/drivers/i2c/busses/i2c-mxs.c
> index 0cde4e6..87ee72d 100644
> --- a/linux-3.14.17/drivers/i2c/busses/i2c-mxs.c
> +++ b/linux-3.14.17/drivers/i2c/busses/i2c-mxs.c
> @@ -429,7 +429,7 @@ static int mxs_i2c_pio_setup_xfer(struct i2c_adapter
> *adap,
>                  ret = mxs_i2c_pio_wait_xfer_end(i2c);
>                  if (ret) {
>                          dev_err(i2c->dev,
> -                               "PIO: Failed to send SELECT command!\n");
> +                               "PIO: Failed to send READ command!\n");
>                          goto cleanup;
>                  }
> 
> --
> 1.7.11.3

Best regards,
Marek Vasut
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to