drivers: modem/simcom: Unused variable
Make coverity happy and mark a variable as unused. Fixes CID-248325 Fixes #58572 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
8aea0e75d2
commit
d4ba37739f
|
@ -750,7 +750,7 @@ static int offload_getaddrinfo(const char *node, const char *service,
|
|||
static void offload_freeaddrinfo(struct zsock_addrinfo *res)
|
||||
{
|
||||
/* No need to free static memory. */
|
||||
res = NULL;
|
||||
ARG_UNUSED(res);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue