From: Paul Gortmaker Date: Fri, 9 Mar 2012 00:12:10 +0000 (-0500) Subject: serial: delete useless void casts in 8250.c X-Git-Tag: v3.4-rc1~185^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d263a264c4b8376ccf33248f6fac873310e5e05;p=pandora-kernel.git serial: delete useless void casts in 8250.c These might have worked some magic with an ancient gcc back in 1992, but "objdump --disassemble" on gcc 4.6 on x86-64 shows identical output before and after this commit. Send the casts and their hysterical rasins to the bitbucket. Signed-off-by: Paul Gortmaker Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed