It's not necessary to free memory allocated with devm_kzalloc
and using kfree leads to a double free.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| gs1662.c | ||
It's not necessary to free memory allocated with devm_kzalloc
and using kfree leads to a double free.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| gs1662.c | ||