3c69149a21
When ifpga_rawdev_create() allocate memory for a new rawdev,
the original code allocate redundant memory for adapter,
which is a member of the rawdev. What is actually necessary is
the adapter to be initialized, not memory allocated.
Fixes:
|
||
---|---|---|
.. | ||
dpaa2_cmdif | ||
dpaa2_qdma | ||
ifpga_rawdev | ||
skeleton_rawdev | ||
Makefile | ||
meson.build |