irda: donauboe: Remove casting the return value which is a void pointer
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 Sep 2013 05:22:19 +0000 (14:22 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Sep 2013 20:10:00 +0000 (16:10 -0400)
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>

No differences found