From: Bartosz Golaszewski <brgl@bgdev.pl>
To: linux-i2c@vger.kernel.org
Cc: Wolfram Sang <wsa@the-dreams.de>,
linux-kernel@vger.kernel.org,
Bartosz Golaszewski <bgolaszewski@baylibre.com>
Subject: [PATCH 0/2] at24: use devm_i2c_new_dummy_device()
Date: Sun, 19 May 2019 22:40:10 +0200 [thread overview]
Message-ID: <20190519204012.31861-1-brgl@bgdev.pl> (raw)
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
I see Linus pulled the new helper, so here's a patch using it in at24
and also a small code tweak for better readability.
Bartosz Golaszewski (2):
eeprom: at24: use devm_i2c_new_dummy_device()
eeprom: at24: drop unnecessary label
drivers/misc/eeprom/at24.c | 65 ++++++++++++--------------------------
1 file changed, 21 insertions(+), 44 deletions(-)
--
2.21.0
next reply other threads:[~2019-05-19 20:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-19 20:40 Bartosz Golaszewski [this message]
2019-05-19 20:40 ` [PATCH 1/2] eeprom: at24: use devm_i2c_new_dummy_device() Bartosz Golaszewski
2019-05-19 20:52 ` Wolfram Sang
2019-05-20 6:14 ` Bartosz Golaszewski
2019-05-19 20:40 ` [PATCH 2/2] eeprom: at24: drop unnecessary label Bartosz Golaszewski
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=20190519204012.31861-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=bgolaszewski@baylibre.com \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wsa@the-dreams.de \
/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.