From: Jingoo Han Date: Tue, 11 Mar 2014 01:22:59 +0000 (+0900) Subject: i2c: exynos5: remove unnecessary cast of void pointer X-Git-Tag: v3.15-rc1~41^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff83d2cad1ad584bd5df639750f90bd6b09055c;p=pandora-kernel.git i2c: exynos5: remove unnecessary cast of void pointer Remove unnecessary cast of void pointer, because 'algo_data' of 'struct i2c_adapter' is a void pointer. Casting the 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 Reviewed-by: Naveen Krishna Chatradhi Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed