Remove unused resource type argument from acquire and release functions in mm_radio_rm.c 24/317424/2 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan accepted/tizen/unified/20240919.163732 accepted/tizen/unified/dev/20240920.060429 accepted/tizen/unified/toolchain/20241004.101642 accepted/tizen/unified/x/20240920.053153 accepted/tizen/unified/x/asan/20241014.000001
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 10 Sep 2024 05:59:24 +0000 (14:59 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 10 Sep 2024 07:17:35 +0000 (16:17 +0900)
commitc605bc454b46ddee069a640713578ad85291805c
tree4173b7d3b57c1ebaefe4f88e683950e6d7df8ba2
parentd6f75ba49daaed475b5150eef2be11fbcd8aedda
Remove unused resource type argument from acquire and release functions in mm_radio_rm.c

- In the current implementation of the mm_radio_rm.c file, the RM_CATEGORY_RADIO is the only category used for radio resources.
  Therefore, the resource type argument passed to the acquire
  and release functions is redundant and can be removed without affecting the functionality of the code.
- This change simplifies the function signatures and removes unnecessary code complexity.

[Version] 0.3.2
[Issue Type] Fix Coverity issue

Change-Id: I260fefc1a021eb823af0c65374eb9c200125201f
packaging/libmm-radio.spec
src/include/mm_radio_rm.h
src/mm_radio_priv_emulator.c
src/mm_radio_priv_hal.c
src/mm_radio_rm.c