]> git.karo-electronics.de Git - linux-beck.git/commit
[media] gs1662: drop kfree for memory allocated with devm_kzalloc
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 21 Sep 2016 13:09:39 +0000 (10:09 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 24 Oct 2016 19:59:08 +0000 (17:59 -0200)
commitdf94121f02ecce435d6b5277071eb94b764caa89
tree798604b70206ee2c82a1fc7c0d3bffb961a14031
parentb7491e7e902a488503982c9be098cac578a94bdc
[media] gs1662: drop kfree for memory allocated with devm_kzalloc

It's not necessary to free memory allocated with devm_kzalloc
and using kfree leads to a double free.

Fixes: 7aae6e2df127 ("[media] Add GS1662 driver, a video serializer")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/spi/gs1662.c