Skip to content

Commit 94cd646

Browse files
committed
quiet: vgaarb use pr_info over pr_err
Signed-off-by: Robert Nelson <[email protected]>
1 parent 8cd9be2 commit 94cd646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/vga/vgaarb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ static ssize_t vga_arb_write(struct file *file, const char __user * buf,
10911091
vgadev = vgadev_find(pdev);
10921092
pr_debug("vgaarb: vgadev %p\n", vgadev);
10931093
if (vgadev == NULL) {
1094-
pr_err("vgaarb: this pci device is not a vga device\n");
1094+
pr_info("vgaarb: this pci device is not a vga device\n");
10951095
pci_dev_put(pdev);
10961096
ret_val = -ENODEV;
10971097
goto done;

0 commit comments

Comments
 (0)