diff options
author | Tom Rix <trix@redhat.com> | 2020-06-08 05:54:45 -0700 |
---|---|---|
committer | Moritz Fischer <mdf@kernel.org> | 2020-06-18 18:24:16 -0700 |
commit | 88aaab9218f87c7c32e5db93554cf110352c3c13 (patch) | |
tree | fdf1b8d8b84600aca79ab5f73ea9277c364c4983 /sound | |
parent | e1d9ec3af3463c1721723f68403ee14214d0d2f6 (diff) | |
download | linux-88aaab9218f87c7c32e5db93554cf110352c3c13.tar.bz2 |
fpga: Fix dead store fpga-mgr.c
Using clang's scan-build/view this issue was flagged in fpga-mgr.c
drivers/fpga/fpga-mgr.c:585:3: warning: Value stored to 'ret' is never read [deadcode.DeadStores]
ret = id;
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions