[PATCH] PCI: fix pci_remove_legacy_files() crash

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.11, 2005/02/07 16:20:26-08:00, [EMAIL PROTECTED] [PATCH] PCI: fix pci_remove_legacy_files() crash The legacy_io which is the member of pci_bus struct might be NULL. It should be checked. This patch checks 'b->legacy_io', NULL or not. Signed-off-by: MUNEDA Takahiro <

[PATCH] PCI: fix pci_remove_legacy_files() crash

2005-03-04 Thread Greg KH
ChangeSet 1.1998.11.11, 2005/02/07 16:20:26-08:00, [EMAIL PROTECTED] [PATCH] PCI: fix pci_remove_legacy_files() crash The legacy_io which is the member of pci_bus struct might be NULL. It should be checked. This patch checks 'b-legacy_io', NULL or not. Signed-off-by: MUNEDA Takahiro [EMAIL

Re: [PATCH] PCI: fix pci_remove_legacy_files() crash

2005-02-07 Thread Greg KH
On Fri, Feb 04, 2005 at 12:28:36PM +0900, MUNEDA Takahiro wrote: > Hi, > > The legacy_io which is the member of pci_bus struct might be > NULL. It should be checked. > > This patch checks 'b->legacy_io', NULL or not. > > Signed-off-by: MUNEDA Takahiro <[EMAIL PROTECTED]> Applied, thanks. greg

Re: [PATCH] PCI: fix pci_remove_legacy_files() crash

2005-02-07 Thread Greg KH
On Fri, Feb 04, 2005 at 12:28:36PM +0900, MUNEDA Takahiro wrote: Hi, The legacy_io which is the member of pci_bus struct might be NULL. It should be checked. This patch checks 'b-legacy_io', NULL or not. Signed-off-by: MUNEDA Takahiro [EMAIL PROTECTED] Applied, thanks. greg k-h - To

Re: [PATCH] PCI: fix pci_remove_legacy_files() crash

2005-02-04 Thread Jesse Barnes
On Thursday, February 3, 2005 7:28 pm, MUNEDA Takahiro wrote: > Hi, > > The legacy_io which is the member of pci_bus struct might be > NULL. It should be checked. > > This patch checks 'b->legacy_io', NULL or not. > > Signed-off-by: MUNEDA Takahiro <[EMAIL PROTECTED]> > > --- > > probe.c |8

Re: [PATCH] PCI: fix pci_remove_legacy_files() crash

2005-02-04 Thread Jesse Barnes
On Thursday, February 3, 2005 7:28 pm, MUNEDA Takahiro wrote: Hi, The legacy_io which is the member of pci_bus struct might be NULL. It should be checked. This patch checks 'b-legacy_io', NULL or not. Signed-off-by: MUNEDA Takahiro [EMAIL PROTECTED] --- probe.c |8 +--- 1

[PATCH] PCI: fix pci_remove_legacy_files() crash

2005-02-03 Thread MUNEDA Takahiro
Hi, The legacy_io which is the member of pci_bus struct might be NULL. It should be checked. This patch checks 'b->legacy_io', NULL or not. Signed-off-by: MUNEDA Takahiro <[EMAIL PROTECTED]> --- probe.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff -Npur

[PATCH] PCI: fix pci_remove_legacy_files() crash

2005-02-03 Thread MUNEDA Takahiro
Hi, The legacy_io which is the member of pci_bus struct might be NULL. It should be checked. This patch checks 'b-legacy_io', NULL or not. Signed-off-by: MUNEDA Takahiro [EMAIL PROTECTED] --- probe.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff -Npur