Re: [PATCH][V2][next] accel/qaic: remove redundant pointer pexec

From: Pranjal Ramajor Asha Kanojiya
Date: Tue Aug 01 2023 - 10:06:13 EST




On 7/26/2023 7:36 PM, Colin Ian King wrote:
Pointer pexec is being assigned a value however it is never read. The
assignment is redundant and can be removed. Replace sizeof(*pexec)
with sizeof the type and remove the declaration of pointer pexec.

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>

Reviewed-by: Pranjal Ramajor Asha Kanojiya <quic_pkanojiy@xxxxxxxxxxx>