drivers/net/wireless/wl12xx: Use available error codes
[pandora-wifi.git] / drivers / net / wireless / wl12xx / wl1251_acx.c
index beff084..b87910c 100644 (file)
@@ -379,7 +379,7 @@ int wl1251_acx_pd_threshold(struct wl1251 *wl)
 
 out:
        kfree(pd);
-       return 0;
+       return ret;
 }
 
 int wl1251_acx_slot(struct wl1251 *wl, enum acx_slot_type slot_time)