[PATCH 4/3] Char: stallion, remove user class report request

From: Jiri Slaby
Date: Tue Jun 05 2007 - 17:27:51 EST


Ok, one more.

--

stallion, remove user class report request

Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>

---
commit 400de8dd765298a11daec2a4a936a70798f428aa
tree 81675ba379783ad98f5c0387620a59b2ff2247a7
parent d62c04c8fe3271ab2089f442e04ad522a158bf8f
author Jiri Slaby <jirislaby@xxxxxxxxx> Tue, 05 Jun 2007 23:26:16 +0200
committer Jiri Slaby <jirislaby@xxxxxxxxx> Tue, 05 Jun 2007 23:26:16 +0200

drivers/char/stallion.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/char/stallion.c b/drivers/char/stallion.c
index 45bf2a2..eeb6200 100644
--- a/drivers/char/stallion.c
+++ b/drivers/char/stallion.c
@@ -2357,9 +2357,6 @@ static int __devinit stl_pciprobe(struct pci_dev *pdev,
if ((pdev->class >> 8) == PCI_CLASS_STORAGE_IDE)
goto err;

- dev_info(&pdev->dev, "please, report this to LKML: %x/%x/%x\n",
- pdev->vendor, pdev->device, pdev->class);
-
retval = pci_enable_device(pdev);
if (retval)
goto err;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/