The compiler still thinks c could be initialized.
Even this can't happen, assign it to NULL to silence
the warning.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
cmd_nas_get_cell_location_info_cb(struct qmi_dev *qmi, struct qmi_request *req, struct qmi_msg *msg)
{
struct qmi_nas_get_cell_location_info_response res;
- void *c, *t, *cell, *freq;
+ void *c = NULL, *t, *cell, *freq;
int i, j;
qmi_parse_nas_get_cell_location_info_response(msg, &res);