commit | ba022851f3b161040e79cc61c2bd760917490016 | [log] [tgz] |
---|---|---|
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | Fri Nov 20 09:56:25 2020 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Dec 09 19:58:22 2020 +0100 |
tree | c98c5529e35dcbd63fa2d386cce9eaea62269b85 | |
parent | 44dccc4a2bd10abfacd25b7d125fb5c3abbb263d [diff] |
uio: uio_dmem_genirq: finalize conversion of probe to devm_ handlers This moves move pm_runtime_disable on a devm_add_action_or_reset() handler. And with the use of the devm_uio_register_device() function, the remove hook is no longer required. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Link: https://lore.kernel.org/r/20201120075625.12272-2-alexandru.ardelean@analog.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>