From: Yijing Wang Date: Thu, 13 Feb 2014 13:14:02 +0000 (+0800) Subject: pcmcia: Use list_for_each_entry() for bus traversal X-Git-Tag: v3.15-rc1~143^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560698e9d2ca77d0adb07f3cf0ebfe519859c528;p=pandora-kernel.git pcmcia: Use list_for_each_entry() for bus traversal Replace list_for_each() + pci_bus_b() with list_for_each_entry(). [bhelgaas: fix "silbling" typo] Signed-off-by: Yijing Wang Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed