From: Jonathan Cameron <jic23@kernel.org>
To: Greg KH <gregkh@linuxfoundation.org>,
"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: [PULL] Third set of IIO fixes in the 4.6 cycle.
Date: Mon, 25 Apr 2016 19:34:05 +0100 [thread overview]
Message-ID: <8ad08229-52e8-05f1-e7dc-e711d4901da7@kernel.org> (raw)
The following changes since commit bf16200689118d19de1b8d2a3c314fc21f5dc7bb:
Linux 4.6-rc3 (2016-04-10 17:58:30 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-4.6c
for you to fetch changes up to 8e6cb470bac6b1e7afa4642a40a71f9bcd066242:
iio:adc:at91-sama5d2: Repair crash on module removal (2016-04-18 19:53:34 +0100)
----------------------------------------------------------------
3rd set of IIO fixes for the 4.6 cycle.
* ak8975
- fix a null pointer exception if an interrupt occurs during probe.
- fix a maybe-unitialized warning.
* at91-sama5d2
- fix a crash on removal of the module.
----------------------------------------------------------------
Krzysztof Kozlowski (1):
iio: ak8975: Fix NULL pointer exception on early interrupt
Marek Vasut (1):
iio:adc:at91-sama5d2: Repair crash on module removal
Richard Leitner (1):
iio: ak8975: fix maybe-uninitialized warning
drivers/iio/adc/at91-sama5d2_adc.c | 2 ++
drivers/iio/magnetometer/ak8975.c | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
next reply other threads:[~2016-04-25 18:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-25 18:34 Jonathan Cameron [this message]
2016-04-26 21:59 ` [PULL] Third set of IIO fixes in the 4.6 cycle Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8ad08229-52e8-05f1-e7dc-e711d4901da7@kernel.org \
--to=jic23@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.