85b1ebfea2
The expression sizeof(**ptr) for the void **ptr is just 1 rather than
the size of a pointer. Fix this by using sizeof(*ptr).
Addresses-Coverity: ("Wrong sizeof argument")
Fixes:
|
||
---|---|---|
.. | ||
imx | ||
qcom | ||
samsung | ||
Kconfig | ||
Makefile | ||
bulk.c | ||
core.c | ||
internal.h | ||
trace.h |