diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/vfio/vfio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vfio/vfio.c b/drivers/vfio/vfio.c index de632da2e22f..9da0703e09d0 100644 --- a/drivers/vfio/vfio.c +++ b/drivers/vfio/vfio.c | |||
| @@ -682,7 +682,7 @@ static int vfio_group_nb_add_dev(struct vfio_group *group, struct device *dev) | |||
| 682 | return 0; | 682 | return 0; |
| 683 | 683 | ||
| 684 | /* TODO Prevent device auto probing */ | 684 | /* TODO Prevent device auto probing */ |
| 685 | WARN("Device %s added to live group %d!\n", dev_name(dev), | 685 | WARN(1, "Device %s added to live group %d!\n", dev_name(dev), |
| 686 | iommu_group_id(group->iommu_group)); | 686 | iommu_group_id(group->iommu_group)); |
| 687 | 687 | ||
| 688 | return 0; | 688 | return 0; |
