aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/wmi
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-01-27 20:04:32 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-31 13:53:14 -0800
commit8205669a4026d593a6b87c8cc983563e51997021 (patch)
tree63ecfcc6e32c5ed38bf0586b2e57a1159590f80e /drivers/staging/ath6kl/wmi
parent34603829c46d3c23fac99b0d5528878602a81862 (diff)
downloadkernel_samsung_smdk4412-8205669a4026d593a6b87c8cc983563e51997021.zip
kernel_samsung_smdk4412-8205669a4026d593a6b87c8cc983563e51997021.tar.gz
kernel_samsung_smdk4412-8205669a4026d593a6b87c8cc983563e51997021.tar.bz2
staging: ath6kl: Convert tspecCompliance from A_BOOL to int
Make the use in wmi_verify_tspec_params match the declaration of the variable. Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Vipin Mehta <vipin.mehta@atheros.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/wmi')
-rw-r--r--drivers/staging/ath6kl/wmi/wmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/wmi/wmi.c b/drivers/staging/ath6kl/wmi/wmi.c
index b6c9905..c384bb2 100644
--- a/drivers/staging/ath6kl/wmi/wmi.c
+++ b/drivers/staging/ath6kl/wmi/wmi.c
@@ -4650,7 +4650,7 @@ wmi_get_power_mode_cmd(struct wmi_t *wmip)
}
int
-wmi_verify_tspec_params(WMI_CREATE_PSTREAM_CMD *pCmd, A_BOOL tspecCompliance)
+wmi_verify_tspec_params(WMI_CREATE_PSTREAM_CMD *pCmd, int tspecCompliance)
{
int ret = A_OK;