commit | a54cfae3c7727c2c172fdcd5886b4235b833da6c | [log] [tgz] |
---|---|---|
author | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Jan 23 14:20:17 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jan 25 10:59:07 2017 +0100 |
tree | 29ea7978c4daa6506ad8d415ffe533dbcabdda58 | |
parent | 5278204c98188ac9fd2e75b936eec1015d062a75 [diff] |
usb: host: xhci: convert to list_for_each_entry_safe() instead of using while(!list_empty()) followed by list_first_entry(), we can actually use list_for_each_entry_safe(). Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>