commit | cbbcd1f3b8b05e3e4434ab1eb183091aeb6189eb | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Thu Apr 23 16:15:40 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 06 22:27:01 2015 +0200 |
tree | f94a40aa4a06123ee417648417a160f8dc02ee29 | |
parent | 9a499db0325b8a8e2368f21fef66705b120f38ba [diff] |
serial: ifx6x60: Remove superfluous casts when calling request_irq() There's no need to cast the last parameter of {request,free}_irq() to "void *", as any pointer type is accepted. Remove the superfluous casts to fix this. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>