]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
remoteproc: mb: Use devres group and simplify irq allocation
authorMichal Simek <michal.simek@xilinx.com>
Thu, 13 Jun 2013 07:52:22 +0000 (09:52 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 31 Oct 2013 15:20:10 +0000 (16:20 +0100)
commit9dc6361930633ae5d4f8fd6acfd3019743d4a0ee
tree56ed79504f66ec1c534eeecab1f47745220ac1f2
parentfa1205e158c210dab9a3989bbef59563e031af2e
remoteproc: mb: Use devres group and simplify irq allocation

Using devres group driver can be dramatically simplified
where irq list can be simple removed.
Also use devm_request_irq function instead of request_irq.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/remoteproc/mb_remoteproc.c