diff options
| author | Daniel Starke <daniel.starke@siemens.com> | 2023-08-17 11:32:25 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-22 15:21:24 +0200 |
| commit | e1c90bbb5f5178967d5d3c0917de847e88ebe398 (patch) | |
| tree | 974162a308311290a002d010bf63b5ad920f4f25 /net/lapb/lapb_timer.c | |
| parent | 901de5ac0ea92c63c4cd7be60f9ccbbacd623a3c (diff) | |
tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_config
The variable 'ret' is not used before assignment from gsm_activate_mux().
Still it gets initialized to zero at declaration.
Fix this as remarked in the link below by moving the declaration to the
first assignment.
Link: https://lore.kernel.org/all/b42bc4d1-cc9d-d115-c981-aaa053bdc59f@kernel.org/
Signed-off-by: Daniel Starke <daniel.starke@siemens.com>
Link: https://lore.kernel.org/r/20230817093231.2317-3-daniel.starke@siemens.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions
