commit | 5fadfc31a7cc55f8e0e1e4d4b67c365f11623dca | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Mon Nov 22 12:26:19 2021 +0000 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Mon Nov 29 13:23:13 2021 +0100 |
tree | 3f503de628c647d4e5010f2deeac95a16c67cac3 | |
parent | 53dd3f0a7fed09d716cdf856dca049a22c891a2a [diff] |
media: drxd: drop offset var from DownloadMicrocode() The offset is not needed, and it is never used, as the pointer itself is already incremented. So, drop it, in order to solve a W=1 clang warning. Reviewed-by: Nathan Chancellor <nathan@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>