Fix svace issue (UNREACHABLE_CODE) 54/102654/1
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 6 Dec 2016 09:06:40 +0000 (18:06 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 6 Dec 2016 09:06:40 +0000 (18:06 +0900)
[Version] 0.2.16
[Profile] Mobile, Wearable
[Issue Type] Fix svace issue

Change-Id: I66d801ebe9df35c607c169bd148460bb1b68e368

packaging/libmm-radio.spec
src/mm_radio_priv_hal.c

index c8527de..56b89e9 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       libmm-radio
 Summary:    Multimedia Framework Radio Library
-Version:    0.2.15
+Version:    0.2.16
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0
index 8d5cd0a..17087a4 100644 (file)
@@ -1266,7 +1266,6 @@ static bool __mmradio_set_state(mm_radio_t *radio, int new_state)
        int msg_type = MM_MESSAGE_UNKNOWN;
 
        MMRADIO_LOG_FENTER();
-       MMRADIO_CHECK_INSTANCE(radio);
 
        if (!radio) {
                debug_warning("calling set_state with invalid radio handle\n");