diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2016-04-07 21:42:55 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2016-04-19 09:54:19 +0300 |
commit | a8f447be8056d9ce17bf7757d6de79426700bb8b (patch) | |
tree | a8a238dddf7b76badcc030c35761c9756e7e567b /mm/interval_tree.c | |
parent | bd425113a186f6dc104e07cd501916dc51f25e6a (diff) | |
download | linux-a8f447be8056d9ce17bf7757d6de79426700bb8b.tar.xz |
mfd: Add resource managed APIs for mfd_add_devices
Add resource managed API devm_mfd_add_devices() for the mfd_add_devices().
This helps in reducing code in error path as it is not required
to call mfd_remove_devices() explicitly to remove all child-devices.
In some cases, it also helps not to implement .remove() callback
which get called during driver unbind.
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'mm/interval_tree.c')
0 files changed, 0 insertions, 0 deletions