pinctrl: core: use devres_release() instead of devres_destroy()
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Feb 2013 02:34:07 +0000 (11:34 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 7 Mar 2013 04:27:29 +0000 (05:27 +0100)
commita72149e82b65b76d2dae5428a6b211eb43933529
tree81a5401294d90b2810bd8954bf21fbb5c57e9830
parent6dbe51c251a327e012439c4772097a13df43c5b8
pinctrl: core: use devres_release() instead of devres_destroy()

devres_release() can simplify the code, because devres_release()
will call the destructor for the resource as well as freeing
the devres data.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/core.c