aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/sec.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/sec.c')
-rw-r--r--samsung-ipc/sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/sec.c b/samsung-ipc/sec.c
index 31b73de..b0ab647 100644
--- a/samsung-ipc/sec.c
+++ b/samsung-ipc/sec.c
@@ -201,8 +201,8 @@ void *ipc_sec_rsim_access_extract(const void *data, size_t size)
if (data == NULL ||
size < sizeof(struct ipc_sec_rsim_access_response_header)) {
- }
return NULL;
+ }
header = (struct ipc_sec_rsim_access_response_header *) data;
if (header->length == 0 ||