Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/cardbus Kill redundant ()



details:   https://anonhg.NetBSD.org/src/rev/dbe52a7ad68b
branches:  trunk
changeset: 765363:dbe52a7ad68b
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue May 24 16:37:04 2011 +0000

description:
Kill redundant ()

diffstat:

 sys/dev/cardbus/cardslot.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c7180cd79876 -r dbe52a7ad68b sys/dev/cardbus/cardslot.c
--- a/sys/dev/cardbus/cardslot.c        Tue May 24 16:35:26 2011 +0000
+++ b/sys/dev/cardbus/cardslot.c        Tue May 24 16:37:04 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cardslot.c,v 1.52 2010/03/19 01:44:05 dyoung Exp $     */
+/*     $NetBSD: cardslot.c,v 1.53 2011/05/24 16:37:04 joerg Exp $      */
 
 /*
  * Copyright (c) 1999 and 2000
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cardslot.c,v 1.52 2010/03/19 01:44:05 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cardslot.c,v 1.53 2011/05/24 16:37:04 joerg Exp $");
 
 #include "opt_cardslot.h"
 
@@ -220,7 +220,7 @@
                return 0;
        }
 
-       if ((cf->cf_loc[PCMCIABUSCF_CONTROLLER] == PCMCIABUSCF_CONTROLLER_DEFAULT)) {
+       if (cf->cf_loc[PCMCIABUSCF_CONTROLLER] == PCMCIABUSCF_CONTROLLER_DEFAULT) {
                return (config_match(parent, cf, aux));
        }
 



Home | Main Index | Thread Index | Old Index