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 | ||
| bulk.c | ||
| core.c | ||
| internal.h | ||
| Kconfig | ||
| Makefile | ||
| trace.h | ||