]> git.baikalelectronics.ru Git - kernel.git/commit
ide: pmac: Remove casting the return value which is a void pointer
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 Sep 2013 05:41:14 +0000 (14:41 +0900)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Nov 2013 23:21:25 +0000 (18:21 -0500)
commit44548f15f660099d4eb25fcb083bd22d807e7191
tree50ae3251aeae7d16ff6de353fe68496c469d7f74
parent6a9b5947eb40824bd1a1c083643e94c15bbc7ac7
ide: pmac: 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: David S. Miller <davem@davemloft.net>
drivers/ide/pmac.c