From e5e62728a24fc5c11f6140d11266017c79f1b77e Mon Sep 17 00:00:00 2001 From: Tushar Janefalkar Date: Tue, 30 Jul 2013 13:34:25 -0700 Subject: A mechanism to detect APQ chip set The current changes to default the operation mode to Standalone by the CHIP ID. A new method is used for solving this issue. CRs-Fixed: 510462 Change-Id: I58fd85e2c28bf824edeaef62660c62c34761bd37 --- utils/loc_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/loc_log.h') diff --git a/utils/loc_log.h b/utils/loc_log.h index abe29b7..82dc636 100644 --- a/utils/loc_log.h +++ b/utils/loc_log.h @@ -55,7 +55,7 @@ typedef struct const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask); const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value); const char* loc_get_msg_q_status(int status); -const char* loc_get_target_name(targetEnumType target); +const char* loc_get_target_name(unsigned int target); extern const char* log_succ_fail_string(int is_succ); -- cgit v1.2.3