commit | 8721b4dfc191381d71f4839f2081fe9328157579 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Jul 14 16:12:23 2016 -0700 |
committer | Tom Cherry <tomcherry@google.com> | Thu Jul 14 16:12:32 2016 -0700 |
tree | 247e08f77c5bd9c36e42a960ec38178d14b6bb4a | |
parent | c410b40f1d289e0475e6f54b431f8ceca0ca74b3 [diff] [blame] |
hal: fix typo __unsed instead of __unused was causing a compiler error Change-Id: I1eec5c86897aeba066ca48f6b6769ccab8df9f8d
diff --git a/hal/msm8960/platform.c b/hal/msm8960/platform.c index b8efd28..e11db63 100644 --- a/hal/msm8960/platform.c +++ b/hal/msm8960/platform.c
@@ -1113,7 +1113,7 @@ return 0; } -int platform_snd_card_update(void *platform __unsed, +int platform_snd_card_update(void *platform __unused, card_status_t status __unused) { return -1;