commit | e015b443bf1f259e9c05f4591967cfdf831010ec | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Sep 09 14:22:19 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 11 16:10:00 2013 -0400 |
tree | 0504a5428617afbd400764179b9b27e92a4a1ce6 | |
parent | 50d1784ee4683f073c0362ee360bfae7a3333d6c [diff] |
irda: donauboe: 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>