Searched hist:e594cda5f8c8e34ac6444166418690c65bbda47f (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | sp887x.c | diff e594cda5f8c8e34ac6444166418690c65bbda47f Fri Apr 16 18:53:36 CDT 2021 Sudip Mukherjee <sudipm.mukherjee@gmail.com> 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>
|