diff options
| author | Colin Ian King <[email protected]> | 2021-08-04 13:59:07 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-08-05 12:31:41 +0200 |
| commit | 59e477af7b1a2a0d1d4c934f9cfda7b753341f12 (patch) | |
| tree | c44c35bed4e147286edbc1d9d5f0db96ccbe9a18 /tools/perf/scripts/python | |
| parent | e21dd90eb86488fb2689c766311eb6fce98b2eb7 (diff) | |
usb: gadget: f_uac2: remove redundant assignments to pointer i_feature
Pointer i_feature is being initialized with a value and then immediately
re-assigned a new value in the next statement. Fix this by replacing the
the redundant initialization with the following assigned value.
Acked-by: Felipe Balbi <[email protected]>
Signed-off-by: Colin Ian King <[email protected]>
Addresses-Coverity: ("Unused value")
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions