Tag: 4058937a40f73d46502f6042f87bc90f99bc36fe

PCI: ibmphp: Remove unneeded NULL test

Author: Julia Lawall <julia.lawall@lip6.fr> Remove unneeded NULL test. The index variable of list_for_each_entry is never NULL, as it is the structure that contains the list pointer. Generated by: scripts/coccinelle/iterators/itnull.cocci Signed-off-by: Fengguang Wu Signed-off-by: Julia Lawall Signed-off-by: Bjorn Helgaas CC: Geliang Tang — drivers/pci/hotplug/ibmphp_core.c | 3 — 1 file changed, 3 deletions(-)   diff –git a/drivers/pci/hotplug/ibmphp_core.c …

Continue reading