summaryrefslogtreecommitdiff
path: root/drivers/media/i2c/adv7604.c
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-01-26 16:39:14 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-02-10 09:29:02 -0200
commitb292394d4f1909ecad42150bf8782c3000d101b7 (patch)
treee9e162980e4ebdb2a555ce9c576becc9294c7f69 /drivers/media/i2c/adv7604.c
parente295b3d603fb02aaf602e5edc846647688df8301 (diff)
[media] media: platform: vivid: vivid-osd: Remove unnecessary cast to kfree
Remove an unnecassary cast in the argument to kfree. Found using Coccinelle. The semantic patch used to find this is as follows: //<smpl> @@ type T; expression *f; @@ - kfree((T *)(f)); + kfree(f); //</smpl> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/i2c/adv7604.c')
0 files changed, 0 insertions, 0 deletions