Re: [PATCH v1 1/1] s390/cio: Use while (i--) pattern to clean up

From: Vineeth Vijayan
Date: Wed Mar 13 2024 - 10:58:12 EST




On 2/22/24 14:45, Andy Shevchenko wrote:
Use more natural while (i--) patter

typo: pattern

to clean up allocated resources.

Signed-off-by: Andy Shevchenko<andriy.shevchenko@xxxxxxxxxxxxxxx>
---
drivers/s390/cio/ccwgroup.c | 4 ++--
drivers/s390/cio/chsc.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Otherwise, looks sane to me.
Acked-by: Vineeth Vijayan <vneethv@xxxxxxxxxxxxx>

Sorry for taking a while to get back to this.The patch ended up getting
lost in the shuffle after my vacation.