1
0
Fork 0

vfio/pci: Remove dev_fmt definition

It currently results in messages like:

 "vfio-pci 0000:03:00.0: vfio_pci: ..."

Which is quite a bit redundant.

Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
alistair/sensors
Alex Williamson 2020-03-24 09:28:29 -06:00
parent 137e553135
commit 959e1b75cc
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#define dev_fmt pr_fmt
#include <linux/device.h>
#include <linux/eventfd.h>