input/trace32_ad: Fix pod_data uninitialised warning
Signed-off-by: Andreas Sandberg <andreas@sandberg.pp.se>
This commit is contained in:
parent
5ff772410b
commit
35037b1d8b
|
@ -550,6 +550,7 @@ static void process_record_pi(struct sr_input *in, gsize start)
|
||||||
pod_data |= (RL16(buf->str + start + 0x29) & 32) << 11;
|
pod_data |= (RL16(buf->str + start + 0x29) & 32) << 11;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
pod_data = 0;
|
||||||
sr_err("Don't know how to obtain data for pod %d.", pod);
|
sr_err("Don't know how to obtain data for pod %d.", pod);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue