]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
nvmem: core: Fix memory leak in nvmem_cell_write
authorAxel Lin <axel.lin@ingics.com>
Wed, 30 Sep 2015 12:36:10 +0000 (13:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 11:09:43 +0000 (12:09 +0100)
commitace22170655f61d82fff95e57d673bf847a32a03
tree5a4543e05214b84bedc1d52ac14db14c67a5d559
parentcbf854ab36870b931aeba4edd954015b7c3005a2
nvmem: core: Fix memory leak in nvmem_cell_write

A tmp buffer is allocated if cell->bit_offset || cell->nbits.
So the tmp buffer needs to be freed at the same condition to avoid leak.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvmem/core.c