diff options
author | Alex Elder <elder@linaro.org> | 2021-06-11 14:05:24 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-11 13:37:49 -0700 |
commit | 1d257f45ef66796526425afc7d0a9d4dbf57fbb9 (patch) | |
tree | 0943e51b73cb32cef2d029a49b8e9390be1d78f3 /drivers/usb/misc/lvstest.c | |
parent | 75db5b07f8c393c216fd20f7adc9a167fc684c23 (diff) | |
download | linux-1d257f45ef66796526425afc7d0a9d4dbf57fbb9.tar.bz2 |
net: qualcomm: rmnet: get rid of some local variables
The value passed as an argument to rmnet_map_ipv4_ul_csum_header()
is always an IPv4 header. Rather than using a local variable, just
have the type of the argument reflect the proper type.
In rmnet_map_ipv6_ul_csum_header() things are defined a little
differently, but make the same basic change there.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/usb/misc/lvstest.c')
0 files changed, 0 insertions, 0 deletions