staging: ath6kl: Convert (status != A_OK) to (status)
[deliverable/linux.git] / drivers / staging / ath6kl / htc2 / htc.c
index afc523f81bcbc5be2606955583c13ca7f3cf6443..cf88a9af8053f019958761a4478294b0df5af06c 100644 (file)
@@ -240,7 +240,7 @@ int HTCWaitTarget(HTC_HANDLE HTCHandle)
 
         status = DoMboxHWTest(&target->Device);
 
-        if (status != A_OK) {
+        if (status) {
             break;
         }
 
This page took 0.029427 seconds and 5 git commands to generate.