diff options
author | Daniel Starke <[email protected]> | 2023-08-17 11:32:25 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 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/[email protected]/
Signed-off-by: Daniel Starke <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions