commit | 0d8570ad7ec99f4c89135657ea2821bdae78423f | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Sep 09 14:06:45 2013 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 26 14:29:58 2013 -0700 |
tree | 347518ceb237104e4d60de9d8bd0cf3fc4849d52 | |
parent | 7fb8c56c7fa0fa11168d3788d4591951bec27f4b [diff] |
serial: arc_uart: 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> Acked-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>