* [PULL] IIO fixes for v3.6-rc1 set 2
@ 2012-09-03 20:03 Jonathan Cameron
2012-09-04 19:10 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2012-09-03 20:03 UTC (permalink / raw)
To: Greg KH, linux-iio@vger.kernel.org
The following changes since commit 95d1c8c7e26e303ccab5b65fe0ce04f70f42ea8a:
iio: lm3533-als: Fix build warnings (2012-08-16 20:24:38 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/v3.6-rc1-iio-fixes-2
for you to fetch changes up to f755bbbf1f9f180aa61eb730d638b62e225bfc10:
drivers/iio/adc/at91_adc.c: adjust inconsistent IS_ERR and PTR_ERR (2012-08-27 21:15:25 +0100)
----------------------------------------------------------------
IIO fixes for v3.6-rc1 set 2
A few simple fixes.
1)Fix up some possible divide by zero issues in various drivers.
2)Prevent a memory leak in an error path in lis3l02dq
3)Make sure the PTR_ERR call in at91_adc matches the
check for IS_ERR just above it rather than using a different
pointer.
Merges fine against v3.6rc4
----------------------------------------------------------------
Dan Carpenter (1):
staging:iio: prevent divide by zero bugs
Julia Lawall (1):
drivers/iio/adc/at91_adc.c: adjust inconsistent IS_ERR and PTR_ERR
Peter Meerwald (1):
staging iio: fix potential memory leak in lis3l02dq_ring.c
drivers/iio/adc/at91_adc.c | 2 +-
drivers/staging/iio/accel/lis3l02dq_ring.c | 4 +++-
drivers/staging/iio/adc/ad7192.c | 2 ++
drivers/staging/iio/gyro/adis16260_core.c | 2 ++
drivers/staging/iio/imu/adis16400_core.c | 2 ++
drivers/staging/iio/meter/ade7753.c | 2 ++
drivers/staging/iio/meter/ade7754.c | 2 ++
drivers/staging/iio/meter/ade7759.c | 2 ++
8 files changed, 16 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-04 19:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-03 20:03 [PULL] IIO fixes for v3.6-rc1 set 2 Jonathan Cameron
2012-09-04 19:10 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.