Re: pata_platform: Fix NULL pointer dereference

2007-07-21 Thread Jan Engelhardt
On Jul 20 2007 09:12, Linus Torvalds wrote: >Ok, the *fix* looks real enough, but it seems that you have done your line >splitting with a word processor rather than with a source code editor: > >> +return ata_host_activate(host, platform_get_irq(pdev, 0), >> +

Re: pata_platform: Fix NULL pointer dereference

2007-07-21 Thread Jan Engelhardt
On Jul 20 2007 09:12, Linus Torvalds wrote: Ok, the *fix* looks real enough, but it seems that you have done your line splitting with a word processor rather than with a source code editor: +return ata_host_activate(host, platform_get_irq(pdev, 0), +

Re: pata_platform: Fix NULL pointer dereference

2007-07-20 Thread Linus Torvalds
On Fri, 20 Jul 2007, Magnus Damm wrote: > > pata_platform currently dereferences a NULL pointer in pata_platform_probe() > if pdev->dev.platform_data is set to NULL. This breakage was most likely > introduced by commit 5f45bc50976ee1f408f7171af155aec646655a37. Ok, the *fix* looks real enough,

Re: pata_platform: Fix NULL pointer dereference

2007-07-20 Thread Jeff Garzik
Magnus Damm wrote: pata_platform: Fix NULL pointer dereference pata_platform currently dereferences a NULL pointer in pata_platform_probe() if pdev->dev.platform_data is set to NULL. This breakage was most likely introduced by commit 5f45bc50976ee1f408f7171af155aec646655a37. Signed-

Re: pata_platform: Fix NULL pointer dereference

2007-07-20 Thread Jeff Garzik
Magnus Damm wrote: pata_platform: Fix NULL pointer dereference pata_platform currently dereferences a NULL pointer in pata_platform_probe() if pdev-dev.platform_data is set to NULL. This breakage was most likely introduced by commit 5f45bc50976ee1f408f7171af155aec646655a37. Signed-off

Re: pata_platform: Fix NULL pointer dereference

2007-07-20 Thread Linus Torvalds
On Fri, 20 Jul 2007, Magnus Damm wrote: pata_platform currently dereferences a NULL pointer in pata_platform_probe() if pdev-dev.platform_data is set to NULL. This breakage was most likely introduced by commit 5f45bc50976ee1f408f7171af155aec646655a37. Ok, the *fix* looks real enough, but

Re: pata_platform: Fix NULL pointer dereference

2007-07-19 Thread Paul Mundt
On Fri, Jul 20, 2007 at 12:50:58PM +0900, Magnus Damm wrote: > pata_platform: Fix NULL pointer dereference > > pata_platform currently dereferences a NULL pointer in pata_platform_probe() > if pdev->dev.platform_data is set to NULL. This breakage was most likely > in

pata_platform: Fix NULL pointer dereference

2007-07-19 Thread Magnus Damm
pata_platform: Fix NULL pointer dereference pata_platform currently dereferences a NULL pointer in pata_platform_probe() if pdev->dev.platform_data is set to NULL. This breakage was most likely introduced by commit 5f45bc50976ee1f408f7171af155aec646655a37. Signed-off-by: Magnus Damm <

pata_platform: Fix NULL pointer dereference

2007-07-19 Thread Magnus Damm
pata_platform: Fix NULL pointer dereference pata_platform currently dereferences a NULL pointer in pata_platform_probe() if pdev-dev.platform_data is set to NULL. This breakage was most likely introduced by commit 5f45bc50976ee1f408f7171af155aec646655a37. Signed-off-by: Magnus Damm [EMAIL

Re: pata_platform: Fix NULL pointer dereference

2007-07-19 Thread Paul Mundt
On Fri, Jul 20, 2007 at 12:50:58PM +0900, Magnus Damm wrote: pata_platform: Fix NULL pointer dereference pata_platform currently dereferences a NULL pointer in pata_platform_probe() if pdev-dev.platform_data is set to NULL. This breakage was most likely introduced by commit