compressdev: remove driver name from logs
authorThomas Monjalon <thomas@monjalon.net>
Fri, 12 Oct 2018 14:37:28 +0000 (16:37 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 17 Oct 2018 08:26:59 +0000 (10:26 +0200)
The logs printed by COMPRESSDEV_LOG were prefixed with the driver name.

In order to avoid assigning the driver before the end of the probing,
the driver name is removed from the compressdev library logs.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

No differences found