summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices
diff options
context:
space:
mode:
authorPekon Gupta <pekon@ti.com>2013-10-24 12:50:25 (GMT)
committerBrian Norris <computersforpeace@gmail.com>2013-11-07 07:33:11 (GMT)
commit70ba6d71ddcde8aa5a6e2b7f616e77b4bb96b984 (patch)
treed23df182928e29c7cea1b7048f221c553d32c665 /drivers/mtd/devices
parent32d42a855a6f1445373f3d680e9125344aca294c (diff)
downloadlinux-fsl-qoriq-70ba6d71ddcde8aa5a6e2b7f616e77b4bb96b984.tar.xz
mtd: nand: omap: updated devm_xx for all resource allocation and free calls
"Managed Device Resource" or devm_xx calls takes care of automatic freeing of the resource in case of: - failure during driver probe - failure during resource allocation - detaching or unloading of driver module (rmmod) Reference: Documentation/driver-model/devres.txt Though OMAP NAND driver handles freeing of resource allocation in most of the cases, but using devm_xx provides more clean and effortless approach to handle all such cases. - simplifies label for exiting probe during error s/out_release_mem_region/return_error Signed-off-by: Pekon Gupta <pekon@ti.com> Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/devices')
0 files changed, 0 insertions, 0 deletions