Re: [PATCH] ata: libahci_platform: Use common error handling code in ahci_platform_get_resources()

2019-09-23 Thread Hans de Goede
Hi, On 22-09-2019 15:55, Markus Elfring wrote: From: Markus Elfring Date: Sun, 22 Sep 2019 15:42:46 +0200 Convert the call of the function “of_node_put” to another jump target so that it can be better reused at three places in this function. Signed-off-by: Markus Elfring Patch looks good t

[PATCH] ata: libahci_platform: Use common error handling code in ahci_platform_get_resources()

2019-09-22 Thread Markus Elfring
From: Markus Elfring Date: Sun, 22 Sep 2019 15:42:46 +0200 Convert the call of the function “of_node_put” to another jump target so that it can be better reused at three places in this function. Signed-off-by: Markus Elfring --- drivers/ata/libahci_platform.c | 17 +++-- 1 file cha