commit | 0e6053dc6e7a42c8ba9ce6e81adb3350c7df4bc8 | [log] [tgz] |
---|---|---|
author | Geliang Tang <geliangtang@163.com> | Fri Jan 22 22:50:19 2016 +0800 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Feb 04 16:03:53 2016 -0600 |
tree | c7f492c0ee6ad434231f524176a9ee33b0678563 | |
parent | 7e8fbdc628760857369af05636ed4ddc4fc8569b [diff] |
PCI/AER: Use list_first_entry_or_null() to simplify code Use list_first_entry_or_null() instead of list_empty() + list_entry() to simplify the code. Signed-off-by: Geliang Tang <geliangtang@163.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>