Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/mips/atheros/ar71xx_gpio.c 239351 2012-08-17 04:44:57Z rpaulo $");
---
> __FBSDID("$FreeBSD: head/sys/mips/atheros/ar71xx_gpio.c 249449 2013-04-13 21:21:13Z dim $");
222,223c222,223
< /* Filter out unwanted flags */
< if ((flags &= sc->gpio_pins[i].gp_caps) != flags)
---
> /* Check for unwanted flags. */
> if ((flags & sc->gpio_pins[i].gp_caps) != flags)