staging: ath6kl: Convert (status != A_OK) to (status)
authorJoe Perches <joe@perches.com>
Wed, 2 Feb 2011 22:05:56 +0000 (14:05 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 Feb 2011 22:34:51 +0000 (14:34 -0800)
commita1d46529630cbe1072b7b7b1a0104655b47cd7de
tree202f8beb893a2e35524d221b10e19f7489057e54
parentf68057e6fab6943ea2c5867d8b72e4b08bef5f6e
staging: ath6kl: Convert (status != A_OK) to (status)

Just use the status variable as a test not a comparison.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
12 files changed:
drivers/staging/ath6kl/bmi/src/bmi.c
drivers/staging/ath6kl/hif/sdio/linux_sdio/src/hif.c
drivers/staging/ath6kl/htc2/AR6000/ar6k.c
drivers/staging/ath6kl/htc2/htc.c
drivers/staging/ath6kl/miscdrv/common_drv.c
drivers/staging/ath6kl/os/linux/ar6000_drv.c
drivers/staging/ath6kl/os/linux/ar6000_pm.c
drivers/staging/ath6kl/os/linux/cfg80211.c
drivers/staging/ath6kl/os/linux/hci_bridge.c
drivers/staging/ath6kl/os/linux/ioctl.c
drivers/staging/ath6kl/os/linux/wireless_ext.c
drivers/staging/ath6kl/reorder/rcv_aggr.c
This page took 0.038296 seconds and 5 git commands to generate.