This patch fixes "void function return statements are not generally
useful" checkpatch.pl warning in lirc_zilog.c
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        /* Don't put_ir_device(rx->ir) here; lock can't be freed yet */
        ir->rx = NULL;
        /* Don't do the kfree(rx) here; we still need to kill the poll thread */
-       return;
 }
 
 static int put_ir_rx(struct IR_rx *rx, bool ir_devices_lock_held)
 
 static void set_use_dec(void *data)
 {
-       return;
 }
 
 /* safe read of a uint32 (always network byte order) */