Re: [PATCH] gnss: ubx: Simplify the return expression in the ubx.c

From: Johan Hovold
Date: Wed Feb 24 2021 - 04:39:16 EST


On Wed, Feb 24, 2021 at 05:29:47PM +0800, dingsenjie@xxxxxxx wrote:
> From: dingsenjie <dingsenjie@xxxxxxxxxx>
>
> Simplify the return expression.

This was done on purpose (keep error paths separate from success) so no
need to "simplify".

Johan