bus/vdev: fix debug message on probing
authorThomas Monjalon <thomas@monjalon.net>
Thu, 21 Feb 2019 19:01:24 +0000 (20:01 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 5 Mar 2019 12:32:24 +0000 (12:32 +0000)
commit4169ed6ed1c31b75f070cdccf3ee82561d4b79ce
tree66ad5d6669dc056d67cc0bd903e22d0a22cc34f3
parent0c3b8a2c7d7d8ea713d252127059d1bd08eb0f5e
bus/vdev: fix debug message on probing

The log was printing the device name two times,
first one being supposed to be the driver name.
As we don't know yet the driver name, the log is simplified.

Fixes: 9bf4901d1a11 ("bus/vdev: remove probe with driver name option")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Rami Rosen <ramirose@gmail.com>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
drivers/bus/vdev/vdev.c