diff options
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | 2021-04-17 02:53:36 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-11-19 19:39:39 +0300 |
commit | e594cda5f8c8e34ac6444166418690c65bbda47f (patch) | |
tree | 51a3cca02ee1acce316578cb6678e2c0af62ad5b /drivers/staging/media | |
parent | 51c2664ab051908dfb467b922e017a792c489cec (diff) | |
download | linux-e594cda5f8c8e34ac6444166418690c65bbda47f.tar.xz |
media: sp887x: drop unneeded assignment
The pointer 'mem' was initialized to 'fw->data' but immediately after
that it was assigned 'fw->data + 10'. Lets remove the extra assignement
and initialize the pointer to the address its going to use.
Link: https://lore.kernel.org/linux-media/20210416235336.1552102-1-sudipm.mukherjee@gmail.com
Cc: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media')
0 files changed, 0 insertions, 0 deletions