]> git.karo-electronics.de Git - linux-beck.git/commit
nfit: use devm_add_action_or_reset()
authorSajjan, Vikas C <vikas.cha.sajjan@hpe.com>
Mon, 4 Jul 2016 04:32:51 +0000 (10:02 +0530)
committerDan Williams <dan.j.williams@intel.com>
Wed, 6 Jul 2016 22:12:41 +0000 (15:12 -0700)
commitd932dd2ccda0d890d318428466794540e081b9c0
tree7fe31a8ec6b381d425ca4319fa29364bdc62c11c
parent8729bdea829ebecfbc9601ba792e35f63331f63e
nfit: use devm_add_action_or_reset()

If devm_add_action() fails, we are explicitly calling the cleanup to free
the resources allocated. Lets use the helper devm_add_action_or_reset()
and return directly in case of error, since the cleanup function
has been already called by the helper if there was any error.

Signed-off-by: Vikas C Sajjan <vikas.cha.sajjan@hpe.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Lee, Chun-Yi <jlee@suse.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/acpi/nfit.c