Skip to content

Commit

Permalink
tm6000: Clean up code style in tm6000-input.c
Browse files Browse the repository at this point in the history
Removed unnecessary braces.

Signed-off-by: Curtis McEnroe <programble@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Curtis McEnroe authored and Greg Kroah-Hartman committed Jun 28, 2011
1 parent 0f063c6 commit 41eb8d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/tm6000/tm6000-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,8 @@ int tm6000_ir_fini(struct tm6000_core *dev)

rc_unregister_device(ir->rc);

if (ir->int_urb) {
if (ir->int_urb)
tm6000_ir_int_stop(dev);
}

kfree(ir);
dev->ir = NULL;
Expand Down

0 comments on commit 41eb8d6

Please sign in to comment.