commit | dd2f59e4abb306221a7a1c783c66e493aa490a49 | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Wed Feb 08 10:01:00 2017 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Wed Feb 08 15:04:31 2017 -0800 |
tree | a8bf0493fb0bca068d0c03fc33e805914aba8ff8 | |
parent | a0ce42c71094713efa0555a1d32945eecf6880cc [diff] [blame] |
Add radio HAL stub to the build list; fix format warning. Test: it builds Change-Id: Id093441b9909f564d30f8351931ee3ccf55f2617
diff --git a/modules/radio/radio_hw.c b/modules/radio/radio_hw.c index fbf8c94..09f07b1 100644 --- a/modules/radio/radio_hw.c +++ b/modules/radio/radio_hw.c
@@ -189,7 +189,7 @@ exit: close(fd); free(data); - ALOGE_IF(ret != 0, "%s error %d", __func__, ret); + ALOGE_IF(ret != 0, "%s error %d", __func__, (int)ret); return (int)ret; }