projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b3929a
)
Char: stallion, remove user class report request
author
Jiri Slaby
<jirislaby@gmail.com>
Tue, 17 Jul 2007 11:05:22 +0000
(
04:05
-0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:10 +0000
(10:23 -0700)
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>
drivers/char/stallion.c
patch
|
blob
|
history
diff --git
a/drivers/char/stallion.c
b/drivers/char/stallion.c
index 8c73ccb8830ff685e8e21bb2dc6a6413e6a813b5..1410dfec0173922d2e22d250a36e5befd98e0380 100644
(file)
--- 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;