All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] make use of devm function in the mcb-pci driver
@ 2016-04-20 13:17 Andreas Werner
  2016-04-20 13:17 ` [PATCH 1/2] mcb: Replace ioremap and request_region with the devm version Andreas Werner
  2016-04-20 13:18 ` [PATCH 2/2] mcb: Delete num_cells variable which is not required Andreas Werner
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Werner @ 2016-04-20 13:17 UTC (permalink / raw)
  To: morbidrsa; +Cc: jthumshirn, linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-04-20 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-20 13:17 [PATCH 0/2] make use of devm function in the mcb-pci driver Andreas Werner
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

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.