ax25: Remove superfuous "return" from ax25_ds_set_timer
authorJoel Granados <j.granados@samsung.com>
Tue, 7 May 2024 08:40:39 +0000 (10:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 May 2024 11:23:10 +0000 (12:23 +0100)
commit1d3985ed0dd3de7ee152ede633fe859806c38595
treea70c064baba5d1e23cd17401f42f25e8f9f87878
parent2b696a2a101d36530227056b43e5c4ec05bcefc2
ax25: Remove superfuous "return" from ax25_ds_set_timer

Remove the explicit call to "return" in the void ax25_ds_set_timer
function that was introduced in 78a7b5dbc060 ("ax.25: x.25: Remove the
now superfluous sentinel elements from ctl_table array").

Signed-off-by: Joel Granados <j.granados@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/ax25_ds_timer.c