summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/include/common/athdefs.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-02-02 14:05:57 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-02 14:34:51 -0800
commit4f69cef0a978e8efc2b2a5c0666bb59f39426685 (patch)
tree48d2368958bc313433729fee927cd04b9966efb9 /drivers/staging/ath6kl/include/common/athdefs.h
parenta1d46529630cbe1072b7b7b1a0104655b47cd7de (diff)
downloadop-kernel-dev-4f69cef0a978e8efc2b2a5c0666bb59f39426685.zip
op-kernel-dev-4f69cef0a978e8efc2b2a5c0666bb59f39426685.tar.gz
staging: ath6kl: Remove #define A_OK
Just use 0. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/include/common/athdefs.h')
-rw-r--r--drivers/staging/ath6kl/include/common/athdefs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/ath6kl/include/common/athdefs.h b/drivers/staging/ath6kl/include/common/athdefs.h
index 255c7dd..7492248 100644
--- a/drivers/staging/ath6kl/include/common/athdefs.h
+++ b/drivers/staging/ath6kl/include/common/athdefs.h
@@ -32,11 +32,10 @@
/*
* Generic error codes that can be used by hw, sta, ap, sim, dk
* and any other environments.
- * Feel free to add any more codes that you need.
+ * Feel free to add any more non-zero codes that you need.
*/
#define A_ERROR (-1) /* Generic error return */
-#define A_OK 0 /* success */
#define A_DEVICE_NOT_FOUND 1 /* not able to find PCI device */
#define A_NO_MEMORY 2 /* not able to allocate memory,
* not avail#defineable */
OpenPOWER on IntegriCloud