irda: vlsi_ir: Remove casting the return value which is a void pointer
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 Sep 2013 05:24:24 +0000 (14:24 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Sep 2013 20:10:00 +0000 (16:10 -0400)
commit1ecfd46286d391465e87cfa507709b4e713362f8
tree5208c6223daa58d574bfa9f5b5156a354dc9d903
parente015b443bf1f259e9c05f4591967cfdf831010ec
irda: vlsi_ir: 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/net/irda/vlsi_ir.c
This page took 0.025201 seconds and 5 git commands to generate.