Commit 4900e04
Bluetooth: btintel_pcie: remove redundant assignment to variable ret
The variable ret is being assigned -ENOMEM however this is never
read and it is being re-assigned a new value when the code jumps
to label resubmit. The assignment is redundant and can be removed.
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: Luiz Augusto von Dentz <[email protected]>1 parent 5fe6caa commit 4900e04
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
752 | 752 | | |
753 | 753 | | |
754 | 754 | | |
755 | | - | |
756 | | - | |
| 755 | + | |
757 | 756 | | |
758 | | - | |
759 | 757 | | |
760 | 758 | | |
761 | 759 | | |
| |||
0 commit comments