commit | 0d263a264c4b8376ccf33248f6fac873310e5e05 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Thu Mar 08 19:12:10 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 09 12:47:56 2012 -0800 |
tree | bb88e8c19f1cc419a5794b263d2abadad329935a | |
parent | 3f0ab32753b49ae7afc5b69e3f23152d92aa1f85 [diff] |
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 <paul.gortmaker@windriver.com> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>