parport: Use list_for_each() helper
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 16 Oct 2023 13:31:34 +0000 (16:31 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Oct 2023 08:02:52 +0000 (10:02 +0200)
commitb8cb855d1b2ee6669e46c54a132024bd1dd0dcbb
tree7094f8eb965dabf2bf218fcd4cbc04b810097ff0
parent8d8ae17eb0de1fcdff6e7ddee3b641a16eefe8f6
parport: Use list_for_each() helper

Convert hard to read custom code to list_for_each().
No functional changes intended.

Note, we may not use list_for_each_entry() as at the end of the list
the iterator will point to an invalid entry and may not be dereferenced.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20231016133135.1203643-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/parport/share.c