]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
[media] marvell-ccic: drop resource free in driver remove
authorLibin Yang <lbyang@marvell.com>
Tue, 5 Nov 2013 02:18:15 +0000 (23:18 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 29 Nov 2013 16:22:48 +0000 (14:22 -0200)
commitdff04d34b1171bc33e30ef391c2d2ce7be2beb98
tree971c72f997aa5add1288e995d48a9460b44409f4
parent9ba6a91f19b8c118d11c549495fa4f7a20505d80
[media] marvell-ccic: drop resource free in driver remove

The mmp-driver is using devm_* to allocate the resource. The old
resource release methods are not appropriate here.

Signed-off-by: Libin Yang <lbyang@marvell.com>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Cc: stable@vger.kernel.org # for v3.12 and up
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/marvell-ccic/mmp-driver.c