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:
8737d6a
)
[PATCH] PCI: cyblafb: remove pci_module_init() return, really.
author
Arthur Othieno
<
[email protected]
>
Thu, 19 Jan 2006 02:12:57 +0000
(21:12 -0500)
committer
Greg Kroah-Hartman
<
[email protected]
>
Wed, 1 Feb 2006 02:00:13 +0000
(18:00 -0800)
Richard Knutsson <
[email protected]
> did the original pci_module_init()
cleanups:
http://marc.theaimsgroup.com/?l=linux-kernel&m=
113330872125068
&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=
113330888507321
&w=2
Greg, on it's way upstream, pci_module_init() return sneaked back in for
cyblafb?
http://marc.theaimsgroup.com/?l=linux-pci&m=
113652969209562
&w=2
http://marc.theaimsgroup.com/?l=linux-pci&m=
113683930220421
&w=2
Remove for good.
Signed-off-by: Arthur Othieno <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/video/cyblafb.c
patch
|
blob
|
history
diff --git
a/drivers/video/cyblafb.c
b/drivers/video/cyblafb.c
index 2b972461a030b9f2cfa92ee4aea4a62fa2c8b56e..0ae0a97b0fed05c5ea8129b018d2179eecac87bc 100644
(file)
--- a/
drivers/video/cyblafb.c
+++ b/
drivers/video/cyblafb.c
@@
-1665,7
+1665,6
@@
static int __devinit cyblafb_init(void)
}
#endif
output("CyblaFB version %s initializing\n", VERSION);
- return pci_module_init(&cyblafb_pci_driver);
return pci_register_driver(&cyblafb_pci_driver);
}