Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information