On 27/07/14 18:56, Masanari Iida wrote:
> This patch fix vendor name typo in isl29018.c and isl29028.c
> The company name Intersil should be isl, instead of isil.
> 
> Signed-off-by: Masanari Iida <standby2...@gmail.com>
Hi Masanari,

This dropped by the wayside because it wasn't cc'd to linux-...@vger.kernel.org

Also, we probably need to maintain compatability with the incorrect binding
so just add another entry with it fixed rather than also removing the wrong one.

J
> ---
>  drivers/staging/iio/light/isl29018.c | 2 +-
>  drivers/staging/iio/light/isl29028.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/iio/light/isl29018.c 
> b/drivers/staging/iio/light/isl29018.c
> index 3660a43..4319d60 100644
> --- a/drivers/staging/iio/light/isl29018.c
> +++ b/drivers/staging/iio/light/isl29018.c
> @@ -640,7 +640,7 @@ static const struct i2c_device_id isl29018_id[] = {
>  MODULE_DEVICE_TABLE(i2c, isl29018_id);
>  
>  static const struct of_device_id isl29018_of_match[] = {
> -     { .compatible = "isil,isl29018", },
> +     { .compatible = "isl,isl29018", },
>       { },
>  };
>  MODULE_DEVICE_TABLE(of, isl29018_of_match);
> diff --git a/drivers/staging/iio/light/isl29028.c 
> b/drivers/staging/iio/light/isl29028.c
> index 6014625..8bbc3ca 100644
> --- a/drivers/staging/iio/light/isl29028.c
> +++ b/drivers/staging/iio/light/isl29028.c
> @@ -537,7 +537,7 @@ static const struct i2c_device_id isl29028_id[] = {
>  MODULE_DEVICE_TABLE(i2c, isl29028_id);
>  
>  static const struct of_device_id isl29028_of_match[] = {
> -     { .compatible = "isil,isl29028", },
> +     { .compatible = "isl,isl29028", },
>       { },
>  };
>  MODULE_DEVICE_TABLE(of, isl29028_of_match);
> 
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to