Commit 41eb8d61 authored by Curtis McEnroe's avatar Curtis McEnroe Committed by Greg Kroah-Hartman

tm6000: Clean up code style in tm6000-input.c

Removed unnecessary braces.
Signed-off-by: default avatarCurtis McEnroe <programble@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0f063c68
...@@ -449,9 +449,8 @@ int tm6000_ir_fini(struct tm6000_core *dev) ...@@ -449,9 +449,8 @@ int tm6000_ir_fini(struct tm6000_core *dev)
rc_unregister_device(ir->rc); rc_unregister_device(ir->rc);
if (ir->int_urb) { if (ir->int_urb)
tm6000_ir_int_stop(dev); tm6000_ir_int_stop(dev);
}
kfree(ir); kfree(ir);
dev->ir = NULL; dev->ir = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment