We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fda51f commit a1a75eeCopy full SHA for a1a75ee
src/tmf882x_interface.c
@@ -96,8 +96,7 @@ int32_t tmf882x_open(struct tmf882x_tof * tof)
96
97
if (tof->state.ops->open &&
98
tof->state.ops->open(&tof->state)) {
99
- tof_err(to_priv(&tof->state), "Error opening mode: %#x",
100
- mode);
+ tof_err(to_priv(&tof->state), "Error opening mode");
101
tmf882x_init(tof, to_priv(&tof->state));
102
return -1;
103
}
0 commit comments