Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1576211
| From | Marek Vasut <marek.vasut@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] iio: adc: handle unknow of_device_id data |
| Date | 2017-02-08 02:30 +0100 |
| Message-ID | <t8pf4-22v-15@gated-at.bofh.it> (permalink) |
| References | <t6RS9-64B-9@gated-at.bofh.it> <t7fUt-6fG-7@gated-at.bofh.it> <t7gnv-6rP-1@gated-at.bofh.it> <t7gnv-6rP-7@gated-at.bofh.it> <t7rsC-5vE-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 02/05/2017 10:32 AM, Jonathan Cameron wrote: > On 04/02/17 21:47, Marek Vasut wrote: >> On 02/04/2017 10:44 PM, Arnd Bergmann wrote: >>> On Sat, Feb 4, 2017 at 10:11 PM, Marek Vasut <marek.vasut@gmail.com> wrote: >>>> On 02/03/2017 06:01 PM, Arnd Bergmann wrote: >>>>> diff --git a/drivers/iio/adc/rcar-gyroadc.c b/drivers/iio/adc/rcar-gyroadc.c >>>>> index 0c44f72c32a8..331ff9a673be 100644 >>>>> --- a/drivers/iio/adc/rcar-gyroadc.c >>>>> +++ b/drivers/iio/adc/rcar-gyroadc.c >>>>> @@ -336,7 +336,7 @@ static int rcar_gyroadc_parse_subdevs(struct iio_dev *indio_dev) >>>>> struct device_node *child; >>>>> struct regulator *vref; >>>>> unsigned int reg; >>>>> - unsigned int adcmode, childmode; >>>>> + unsigned int adcmode = -1, childmode; >>>>> unsigned int sample_width; >>>>> unsigned int num_channels; >>>>> int ret, first = 1; >>>>> @@ -366,6 +366,9 @@ static int rcar_gyroadc_parse_subdevs(struct iio_dev *indio_dev) >>>>> channels = rcar_gyroadc_iio_channels_3; >>>>> num_channels = ARRAY_SIZE(rcar_gyroadc_iio_channels_3); >>>>> break; >>>>> + default: >>>>> + dev_err(dev, "unknown device type"); >>>> >>>> Is this verbose output really needed ? >>> >>> I don't care much either way, I was just trying to follow what the function does >>> for the other failure cases. We can probably drop it though, as this >>> would indicate >>> a bug in the driver implementation, while the others are about >>> incorrect DT data. >> >> I don't really want to pester you too much with minor details, let's >> wait for JIC's opinion. If you're resending, please add my Ack, >> otherwise consider this patch: >> >> Acked-by: Marek Vasut <marek.vasut@gmail.com> >> > I've applied with the dev_err dropped. Didn't care that much either > way :) Noone seems to care much, but everyone is slightly opinionated, hehe :) > Anyhow, applied to the fixes-togreg-post-rc1 branch of iio.git as > I might not get another pull request out pre the merge window. > (if I do I'll apply it with that). > > Thanks, > > Jonathan > Thanks -- Best regards, Marek Vasut
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] iio: adc: handle unknow of_device_id data Arnd Bergmann <arnd@arndb.de> - 2017-02-03 20:40 +0100
Re: [PATCH] iio: adc: handle unknow of_device_id data Marek Vasut <marek.vasut@gmail.com> - 2017-02-04 22:20 +0100
Re: [PATCH] iio: adc: handle unknow of_device_id data Marek Vasut <marek.vasut@gmail.com> - 2017-02-04 22:50 +0100
Re: [PATCH] iio: adc: handle unknow of_device_id data Jonathan Cameron <jic23@kernel.org> - 2017-02-05 10:40 +0100
Re: [PATCH] iio: adc: handle unknow of_device_id data Marek Vasut <marek.vasut@gmail.com> - 2017-02-08 02:30 +0100
Re: [PATCH] iio: adc: handle unknow of_device_id data Arnd Bergmann <arnd@arndb.de> - 2017-02-04 22:50 +0100
csiph-web