Re: [PATCH] iio: adc: ti-ads7950: Fix a typo in an error message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed,  4 Dec 2019 07:45:35 +0100
Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> wrote:

> Fix a typo:
>    s/get get/to get/
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
Applied,

Thanks,

Jonathan

> ---
>  drivers/iio/adc/ti-ads7950.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/adc/ti-ads7950.c b/drivers/iio/adc/ti-ads7950.c
> index 2e66e4d586ff..f9edc1207f75 100644
> --- a/drivers/iio/adc/ti-ads7950.c
> +++ b/drivers/iio/adc/ti-ads7950.c
> @@ -602,7 +602,7 @@ static int ti_ads7950_probe(struct spi_device *spi)
>  
>  	st->reg = devm_regulator_get(&spi->dev, "vref");
>  	if (IS_ERR(st->reg)) {
> -		dev_err(&spi->dev, "Failed get get regulator \"vref\"\n");
> +		dev_err(&spi->dev, "Failed to get regulator \"vref\"\n");
>  		ret = PTR_ERR(st->reg);
>  		goto error_destroy_mutex;
>  	}




[Index of Archives]     [Kernel Development]     [Kernel Announce]     [Kernel Newbies]     [Linux Networking Development]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Device Mapper]

  Powered by Linux