commit | 1fbf86a04e52dca0cebc65bd02725b6f982de4f2 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Sep 09 02:56:07 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Thu Oct 31 04:54:12 2013 -0200 |
tree | 76383d9dd6974d12a56b829b3fbffff7873eb9e5 | |
parent | 0e7e4d26cf3437bf3510e98e3c6d05b422a6943a [diff] |
[media] ddbridge: Remove casting the return value which is a void pointer Casting the return value which is a void pointer is redundant. The conversion from void pointer to any other pointer type is guaranteed by the C programming language. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>