NFC: Fix empty HCI message list check
authorMathias Jeppsson <mathias.jeppsson@sonymobile.com>
Fri, 6 Jul 2012 22:53:18 +0000 (00:53 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 10 Jul 2012 15:42:50 +0000 (11:42 -0400)
commit1913e57cf9a7be4565c56a3fbfd85106919ea006
treeb2c0e0c33b42a229b7cba1555a4331f1d511ff42
parentb48d96652626b315229b1b82c6270eead6a77a6d
NFC: Fix empty HCI message list check

list_first_entry() will never return NULL. Instead use
list_for_each_entry_safe() to iterate through the list.

Signed-off-by: Mathias Jeppsson <mathias.jeppsson@sonymobile.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/nfc/hci/core.c