[PATCH] PCI: cyblafb: remove pci_module_init() return, really.
authorArthur Othieno <apgo@patchbomb.org>
Thu, 19 Jan 2006 02:12:57 +0000 (21:12 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 1 Feb 2006 02:00:13 +0000 (18:00 -0800)
commit877be3f0304de16a77f11b2b47f1291b800d5479
treea9644263cb3e66d714ff4133dd4e382fe7078d37
parent8737d6a90cd8b085c2ea9cb4c7443c87f86c3429
[PATCH] PCI: cyblafb: remove pci_module_init() return, really.

Richard Knutsson <ricknu-0@student.ltu.se> 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 <apgo@patchbomb.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/video/cyblafb.c