Re: [PATCH v6 01/10] mtd: physmap_of: Release resources on error

2018-10-04 Thread Boris Brezillon
Hi Ricardo, On Thu, 4 Oct 2018 15:01:01 +0200 Ricardo Ribalda Delgado wrote: > 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. > > Signed-off-by: Ricardo Ribalda Delgado >

Re: [PATCH v6 01/10] mtd: physmap_of: Release resources on error

2018-10-04 Thread Boris Brezillon
Hi Ricardo, On Thu, 4 Oct 2018 15:01:01 +0200 Ricardo Ribalda Delgado wrote: > 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. > > Signed-off-by: Ricardo Ribalda Delgado >

[PATCH v6 01/10] mtd: physmap_of: Release resources on error

2018-10-04 Thread Ricardo Ribalda Delgado
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. Signed-off-by: Ricardo Ribalda Delgado --- drivers/mtd/maps/physmap_of_core.c | 12 1 file changed, 8 insertions(+), 4

[PATCH v6 01/10] mtd: physmap_of: Release resources on error

2018-10-04 Thread Ricardo Ribalda Delgado
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. Signed-off-by: Ricardo Ribalda Delgado --- drivers/mtd/maps/physmap_of_core.c | 12 1 file changed, 8 insertions(+), 4