Re: [PATCH] clocksource/drivers/tango-xtal: Fix incorrect test

From: Daniel Lezcano
Date: Tue Apr 19 2016 - 09:13:38 EST


On Tue, Apr 19, 2016 at 02:15:15PM +0200, Mason wrote:
> From: Marc Gonzalez <marc_gonzalez@xxxxxxxxxxxxxxxx>
>
> Commit 0881841f7e78 changed "if (ret != 0)" to "if (!ret)"
>
> Fixes: 0881841f7e78 ("Replace code by clocksource_mmio_init")
> Signed-off-by: Marc Gonzalez <marc_gonzalez@xxxxxxxxxxxxxxxx>
> ---

Please resend the patch with the fix only, without s/ret/err/

Thanks

-- Daniel