From 3a28284461402fb63bab8993cc82a36ed32bd2ba Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 27 Nov 2002 17:30:41 +0000 Subject: Need more parens here. Approved by: re (blanket) --- sys/dev/cardbus/cardbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index 3b81861331ce..ff162ddd9b1a 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -951,7 +951,7 @@ cardbus_read_ivar(device_t cbdev, device_t child, int which, u_long *result) * The generic accessor doesn't deal with failure, so * we set the return value, then return an error. */ - if (dinfo->fepresent & (1<fepresent & (1 << TPL_FUNCE_LAN_NID)) == 0) { *((u_int8_t **) result) = NULL; return (EINVAL); } -- cgit v1.3