On Thu, Feb 14, 2013 at 10:26:43AM +0300, Dan Carpenter wrote:
> There is a forever loop calling iio_channel_release() because the
> "chan < " part of the "chan < ARRAY_SIZE()" is missing. This is in both
> the error handling on probe and also in the remove function.
>
> The other thing is that i
On Thu, Feb 14, 2013 at 2:06 PM, anish singh
wrote:
> On Thu, Feb 14, 2013 at 12:56 PM, Dan Carpenter
> wrote:
>> There is a forever loop calling iio_channel_release() because the
>> "chan < " part of the "chan < ARRAY_SIZE()" is missing. This is in both
>> the error handling on probe and also i
On Thu, Feb 14, 2013 at 12:56 PM, Dan Carpenter
wrote:
> There is a forever loop calling iio_channel_release() because the
> "chan < " part of the "chan < ARRAY_SIZE()" is missing. This is in both
> the error handling on probe and also in the remove function.
>
> The other thing is that it's poss
There is a forever loop calling iio_channel_release() because the
"chan < " part of the "chan < ARRAY_SIZE()" is missing. This is in both
the error handling on probe and also in the remove function.
The other thing is that it's possible for some of the elements of the
adc_bat->channel[chan] array
4 matches
Mail list logo