[PATCH][next] binder: remove redundant assignment to pointer n
Christian Brauner
christian.brauner at ubuntu.com
Fri Sep 11 10:55:04 UTC 2020
On Thu, Sep 10, 2020 at 04:12:21PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> The pointer n is being initialized with a value that is
> never read and it is being updated later with a new value. The
> initialization is redundant and can be removed.
>
> Addresses-Coverity: ("Unused value")
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
Thanks!
Acked-by: Christian Brauner <christian.brauner at ubuntu.com>
More information about the devel
mailing list