diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-07-17 04:05:22 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 10:23:10 -0700 |
commit | 186797ce330867b4c3609e503d2fee2fc6940954 (patch) | |
tree | a34bf31261c69b4059f486574f21d140bf56c2ad /drivers | |
parent | 8b3929a2dae865de7b59f5d802f3a15ca70726ce (diff) |
Char: stallion, remove user class report request
stallion, remove user class report request
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | 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 8c73ccb8830..1410dfec017 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; |