Kill redundant ()

This commit is contained in:
joerg 2011-05-24 16:37:04 +00:00
parent 0ce8eb378b
commit 5345cc0b23
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ cardslot_16_submatch(device_t parent, cfdata_t cf,
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));
}