Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/[email protected] Cc: Sudip Mukherjee <[email protected]> Signed-off-by: Sudip Mukherjee <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information