commit | ed041ac26ab0fdd1a9aae1aeabcf6541a4c728a0 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Fri Nov 09 18:21:04 2018 +0100 |
committer | Yann Gautier <yann.gautier@st.com> | Fri Nov 09 18:22:01 2018 +0100 |
tree | 1a0345efc14fded8980da4471b7d4b9cc100cd1c | |
parent | bcf8ba229f7c9f579e3546bc7d20970753ceec50 [diff] |
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>