80b32fa702
The context of the device opens once in the common probe and closes with
its removal.
If the probe of one of the drivers fails, it releases its resources and
then the common closes the context.
But mistakenly in the compress probe, if there isn't enough capabilities
to support compress operations, it closes the device and then common
probe closes it again.
Remove the redundant closing from compress probe.
Fixes:
|
||
---|---|---|
.. | ||
isal | ||
mlx5 | ||
octeontx | ||
qat | ||
zlib | ||
meson.build |