public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Curtis McEnroe <programble@gmail.com>
To: gregkh@suse.de
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
	Curtis McEnroe <programble@gmail.com>
Subject: [PATCH 4/5] [media] tm6000: Clean up code style in tm6000-input.c
Date: Thu,  2 Jun 2011 20:33:33 -0400	[thread overview]
Message-ID: <1307061214-14837-3-git-send-email-programble@gmail.com> (raw)
In-Reply-To: <1307061214-14837-1-git-send-email-programble@gmail.com>

Removed unnecessary braces.

Signed-off-by: Curtis McEnroe <programble@gmail.com>
---
 drivers/staging/tm6000/tm6000-input.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/tm6000/tm6000-input.c b/drivers/staging/tm6000/tm6000-input.c
index dae2f1f..70a2c5f 100644
--- a/drivers/staging/tm6000/tm6000-input.c
+++ b/drivers/staging/tm6000/tm6000-input.c
@@ -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;
-- 
1.7.5.2


  parent reply	other threads:[~2011-06-03  0:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-03  0:33 [PATCH 2/5] [media] tm6000: Cleaned up code style in tm6000-dbv.c Curtis McEnroe
2011-06-03  0:33 ` [PATCH 3/5] [media] tm6000: Cleaned up code style in tm6000-i2c.c Curtis McEnroe
2011-06-03  0:33 ` Curtis McEnroe [this message]
2011-06-03  0:33 ` [PATCH 5/5] [media] tm6000: Cleaned up code style in tm6000-alsa.c Curtis McEnroe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1307061214-14837-3-git-send-email-programble@gmail.com \
    --to=programble@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox