summaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2023-07-26 15:06:26 +0100
committerJeffrey Hugo <quic_jhugo@quicinc.com>2023-08-02 09:14:18 -0600
commitcc69c93bcb50b31209388663cd5c1246cc5769fd (patch)
treea5c47ac217055b644e13e1fa0af8e6e77e4644c7 /drivers/char
parent3a63ef6e4b9e9db6d1e131f9477f0f4006c894d9 (diff)
accel/qaic: remove redundant pointer pexec
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@gmail.com> Reviewed-by: Pranjal Ramajor Asha Kanojiya <quic_pkanojiy@quicinc.com> Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230726140626.264952-1-colin.i.king@gmail.com
Diffstat (limited to 'drivers/char')
0 files changed, 0 insertions, 0 deletions