PCI MSI: Use list_first_entry()
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Thu, 6 Aug 2009 02:32:04 +0000 (11:32 +0900)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 9 Sep 2009 20:29:30 +0000 (13:29 -0700)
commit9cc8d54815bd5b7c4b516e6be92f036bbcdd8bad
treeb22204c29f6654aa88c3517e2b46c2571cf36c0c
parentc901851fddb82529ddcd443d0778b1dee1386a14
PCI MSI: Use list_first_entry()

use list_first_entry() instead of list_entry().

Reviewed-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/msi.c