crisv10: stop returning info from handle_ser_rx_interrupt
authorJiri Slaby <jslaby@suse.cz>
Thu, 7 Mar 2013 12:12:35 +0000 (13:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2013 23:26:01 +0000 (16:26 -0700)
commit12aad550f005fef2dd0ad40e4978549f64f8f296
treea5422f91eb891caf746c202fec6a4a30c613b72d
parentb1d984cf7d6b7d4e395f1aa6a0a4d3d1ecf21495
crisv10: stop returning info from handle_ser_rx_interrupt

The return value is not used anywhere, so no need to return anything.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/crisv10.c