Skip to content

Commit 1d3985e

Browse files
Joelgranadosdavem330
authored andcommitted
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 78a7b5d ("ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table array"). Signed-off-by: Joel Granados <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2b696a2 commit 1d3985e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/ax25/ax25_ds_timer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ void ax25_ds_set_timer(ax25_dev *ax25_dev)
5555
ax25_dev->dama.slave_timeout =
5656
msecs_to_jiffies(ax25_dev->values[AX25_VALUES_DS_TIMEOUT]) / 10;
5757
mod_timer(&ax25_dev->dama.slave_timer, jiffies + HZ);
58-
return;
5958
}
6059

6160
/*

0 commit comments

Comments
 (0)