ath6kl: s|A_FREE|kfree|g
[cascardo/linux.git] / drivers / staging / ath6kl / os / linux / ar6k_pal.c
index 1f7179a..7e6279f 100644 (file)
@@ -318,7 +318,7 @@ void ar6k_cleanup_hci_pal(void *ar_p)
 
        if (pHciPalInfo != NULL) {
                bt_cleanup_hci_pal(pHciPalInfo);   
-               A_FREE(pHciPalInfo);
+               kfree(pHciPalInfo);
                ar->hcipal_info = NULL;
        }
 }