From: Geert Uytterhoeven Date: Thu, 23 Apr 2015 14:15:40 +0000 (+0200) Subject: serial: ifx6x60: Remove superfluous casts when calling request_irq() X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbbcd1f3b8b05e3e4434ab1eb183091aeb6189eb;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed