From: Andreas Werner <andreas.werner@men.de>
To: <morbidrsa@gmail.com>
Cc: <jthumshirn@suse.de>, <linux-kernel@vger.kernel.org>
Subject: [PATCH 0/2] make use of devm function in the mcb-pci driver
Date: Wed, 20 Apr 2016 15:17:36 +0200 [thread overview]
Message-ID: <cover.1461158147.git.andreas.werner@men.de> (raw)
The first patch replace the ioremap an request_mem_region function
with the corresponding devm function to have a more cleaner code
and a better error handling.
The sencoder patch just delete a unused variable.
Andreas Werner (2):
mcb: Replace ioremap and request_region with the devm version
mcb: Delete num_cells variable which is not required
drivers/mcb/mcb-pci.c | 23 ++++++++---------------
1 file changed, 8 insertions(+), 15 deletions(-)
--
2.6.2
next reply other threads:[~2016-04-20 13:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-20 13:17 Andreas Werner [this message]
2016-04-20 13:17 ` [PATCH 1/2] mcb: Replace ioremap and request_region with the devm version Andreas Werner
2016-04-20 15:02 ` Johannes Thumshirn
2016-04-20 13:18 ` [PATCH 2/2] mcb: Delete num_cells variable which is not required Andreas Werner
2016-04-20 15:03 ` Johannes Thumshirn
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=cover.1461158147.git.andreas.werner@men.de \
--to=andreas.werner@men.de \
--cc=jthumshirn@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=morbidrsa@gmail.com \
/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.