Home
last modified time | relevance | path

Searched hist:"4 cb17707b5c83e47477d743cb1129fc0c75a15c1" (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/drivers/partition/
H A Dgpt.c4cb17707b5c83e47477d743cb1129fc0c75a15c1 Fri Nov 09 17:21:04 UTC 2018 Yann Gautier <yann.gautier@st.com> drivers: partition: correct some static analysis tools issues

cppcheck:
[drivers/partition/gpt.c:19] -> [drivers/partition/gpt.c:19]:
(warning) Either the condition 'str_in!=((void*)0)' is redundant
or there is possible null pointer dereference: name.

sparse:
drivers/partition/gpt.c:39:9:
warning: Using plain integer as NULL pointer

Signed-off-by: Yann Gautier <yann.gautier@st.com>