]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: physmap_of: Release resources on error
authorRicardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Thu, 4 Oct 2018 13:34:45 +0000 (15:34 +0200)
committerBoris Brezillon <boris.brezillon@bootlin.com>
Fri, 5 Oct 2018 08:19:33 +0000 (10:19 +0200)
commitfa0227175ecac69f1e72a4572650695c7270998c
treeda065bbd4ac9849d0e1e36d1033309f4c5eeee80
parent0530558f94c0a8babe7813fb394ebd33dfc98a97
mtd: physmap_of: Release resources on error

During probe, if there was an error the memory region and the memory
map were not properly released.This can lead a system unusable if
deferred probe is in use.

Replace mem_request and map with devm_ioremap_resource

Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
drivers/mtd/maps/physmap_of_core.c