From: "Antonino A. Daplas" <adaplas@gmail.com> Date: 2006-08-10 11:58:01
Do not ignore the return value of pci_register_driver().
Signed-off-by: Antonino Daplas <redacted>
---
drivers/video/aty/atyfb_base.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Do not ignore the return value of pci_register_driver().
Signed-off-by: Antonino Daplas <redacted>
---
drivers/video/aty/atyfb_base.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Actually it's a bit more complicated, as some Ataris do have PCI (although
currently Atari Hades PCI support is broken).
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
I guess pci_register_driver() failing is a fairly rare and catastrophical
event?
If not, atyfb_atari_probe() should probably continue if pci_register_driver()
failed.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
From: "Antonino A. Daplas" <adaplas@gmail.com> Date: 2006-08-10 12:56:25
Check return value of pci_register_driver().
Signed-off-by: Antonino Daplas <redacted>
---
Geert Uytterhoeven wrote:
On Thu, 10 Aug 2006, Antonino A. Daplas wrote:
Actually it's a bit more complicated, as some Ataris do have PCI (although
currently Atari Hades PCI support is broken).
This one may be better.
Tony
drivers/video/aty/atyfb_base.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642