Re: [PATCH 02/14] MIPS: TXx9: Do PCI error checks on own line

From: Philippe Mathieu-Daudé
Date: Thu Aug 24 2023 - 11:21:18 EST


On 24/8/23 15:28, Ilpo Järvinen wrote:
Instead of if conditions with line splits, use the usual error handling
pattern with a separate variable to improve readability.

The second check can use reverse logic which reduces indentation level.

No functional changes intended.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@xxxxxxxxxxxxxxx>
---
arch/mips/txx9/generic/pci.c | 43 +++++++++++++++++++-----------------
1 file changed, 23 insertions(+), 20 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>