halapi: common: Fix bug by using the module parameter 89/251089/1
authorChanwoo Choi <cw00.choi@samsung.com>
Fri, 8 Jan 2021 03:30:03 +0000 (12:30 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Fri, 8 Jan 2021 03:32:49 +0000 (12:32 +0900)
commit8736c8c1577b9c634b4eb2cdf250750c7c5de92e
tree8e107d00a374e98785cc470a04197be5a49a0e03
parenta8a4f31acf54d50b7ba1ab2d3b18122d454ebec2
halapi: common: Fix bug by using the module parameter

hal-api-common helper functions have been used the fixed hal module id
such as HAL_MODULE_FOO. It is wrong usage. hal-api-common helper
functions have to use the 'module' parameter.

Change-Id: Ifa27e0e4df3c5b89ce96511802ef5a008cf2a279
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/hal-api-common.c