Re: [PATCH] sata_rcar: fix error return code in sata_rcar_probe()
From: Sergei Shtylyov
Date: Fri Jun 30 2017 - 08:37:32 EST
On 06/30/2017 12:42 PM, Sergei Shtylyov wrote:
Print error message and propagate the return value of
platform_get_irq on failure.
You should have probably mentioned that this function no longer returns 0
on error.
It's prolly also worth mentioning that enforcing the error # on return
from probe defeats the deferred probing.
MBR, Sergei