diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2007-07-17 07:05:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:10 -0400 |
commit | 186797ce330867b4c3609e503d2fee2fc6940954 (patch) | |
tree | a34bf31261c69b4059f486574f21d140bf56c2ad /drivers/char | |
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/char')
-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 8c73ccb8830f..1410dfec0173 100644 --- a/drivers/char/stallion.c +++ b/drivers/char/stallion.c | |||
@@ -2357,9 +2357,6 @@ static int __devinit stl_pciprobe(struct pci_dev *pdev, | |||
2357 | if ((pdev->class >> 8) == PCI_CLASS_STORAGE_IDE) | 2357 | if ((pdev->class >> 8) == PCI_CLASS_STORAGE_IDE) |
2358 | goto err; | 2358 | goto err; |
2359 | 2359 | ||
2360 | dev_info(&pdev->dev, "please, report this to LKML: %x/%x/%x\n", | ||
2361 | pdev->vendor, pdev->device, pdev->class); | ||
2362 | |||
2363 | retval = pci_enable_device(pdev); | 2360 | retval = pci_enable_device(pdev); |
2364 | if (retval) | 2361 | if (retval) |
2365 | goto err; | 2362 | goto err; |