Re: [PATCH] PCI: cpqphp: minor cleanup and removal of unreachable paths

2013-01-07 Thread Bjorn Helgaas
On Thu, Dec 20, 2012 at 12:11 PM, Sasha Levin wrote: > Remove cases of redundant checks and remote unreachable paths. > > Signed-off-by: Sasha Levin Thanks, Sasha. I applied this for v3.9. > --- > drivers/pci/hotplug/cpqphp_ctrl.c | 57 > ++- > 1 file chan

[PATCH] PCI: cpqphp: minor cleanup and removal of unreachable paths

2012-12-20 Thread Sasha Levin
Remove cases of redundant checks and remote unreachable paths. Signed-off-by: Sasha Levin --- drivers/pci/hotplug/cpqphp_ctrl.c | 57 ++- 1 file changed, 20 insertions(+), 37 deletions(-) diff --git a/drivers/pci/hotplug/cpqphp_ctrl.c b/drivers/pci/hotplug/c