[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <50E96230.8010506@kernel.org>
Date: Sun, 06 Jan 2013 11:38:24 +0000
From: Jonathan Cameron <jic23@...nel.org>
To: "Kim, Milo" <Milo.Kim@...com>
CC: Jonathan Cameron <jic23@....ac.uk>,
"linux-iio@...r.kernel.org" <linux-iio@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] iio: lp8788_adc: fix parent device in kernel message
On 01/03/2013 06:28 AM, Kim, Milo wrote:
> Use 'dev' of iio device in a kernel message rather than i2c client device node.
>
> Signed-off-by: Milo(Woogyom) Kim <milo.kim@...com>
added to togreg branch of iio.git
Thanks
> ---
> drivers/iio/adc/lp8788_adc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/lp8788_adc.c b/drivers/iio/adc/lp8788_adc.c
> index 4c9b0f7..f8bcb1f 100644
> --- a/drivers/iio/adc/lp8788_adc.c
> +++ b/drivers/iio/adc/lp8788_adc.c
> @@ -179,7 +179,7 @@ static int lp8788_iio_map_register(struct iio_dev *indio_dev,
>
> ret = iio_map_array_register(indio_dev, map);
> if (ret) {
> - dev_err(adc->lp->dev, "iio map err: %d\n", ret);
> + dev_err(&indio_dev->dev, "iio map err: %d\n", ret);
> return ret;
> }
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists