Colin Ian King
d1edc08555
tcp: remove redundant check on tskb
...
The non-null check on tskb is always false because it is in an else
path of a check on tskb and hence tskb is null in this code block.
This is check is therefore redundant and can be removed as well
as the label coalesc.
if (tsbk) {
...
} else {
...
if (unlikely(!skb)) {
if (tskb) /* can never be true, redundant code */
goto coalesc;
return;
}
}
Addresses-Coverity: ("Logically dead code")
Signed-off-by: Colin Ian King <colin.king@canonical.com >
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org >
Signed-off-by: Eric Dumazet <edumazet@google.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2019-04-06 18:18:14 -07:00
..
2019-01-22 09:51:19 +01:00
2019-03-13 11:50:04 +01:00
2019-04-04 17:18:34 -07:00
2019-03-15 11:25:48 -07:00
2019-03-07 10:14:50 -08:00
2019-01-23 11:18:00 -08:00
2019-04-05 14:14:19 -07:00
2019-02-26 10:08:26 +01:00
2019-03-08 21:17:07 +01:00
2019-02-23 13:34:40 -08:00
2019-04-05 14:14:19 -07:00
2019-02-17 11:01:17 -08:00
2019-01-22 11:33:46 +01:00
2019-03-25 22:28:07 +01:00
2019-04-05 14:14:19 -07:00
2019-04-01 18:15:10 -07:00
2019-04-01 18:10:51 -07:00
2019-04-05 14:14:19 -07:00
2019-02-22 12:55:31 -08:00
2019-03-22 10:38:23 -04:00
2019-03-22 10:38:23 -04:00
2019-04-06 18:18:14 -07:00
2019-04-05 14:14:19 -07:00
2018-11-10 16:55:11 -08:00
2019-04-01 14:59:20 -07:00
2019-02-12 10:36:42 +01:00
2019-03-22 10:38:23 -04:00
2018-12-03 14:15:26 -08:00
2018-10-22 19:59:20 -07:00
2019-03-20 11:18:55 -07:00
2019-03-29 10:53:45 -07:00
2019-03-22 10:38:23 -04:00
2019-03-28 16:53:29 -07:00
2019-03-22 10:38:23 -04:00
2019-03-27 17:37:58 -07:00
2019-01-27 10:38:04 -08:00
2019-03-27 17:37:58 -07:00
2019-04-05 14:14:19 -07:00
2019-03-27 17:37:58 -07:00
2019-02-21 16:23:56 -08:00
2019-03-05 21:07:14 -08:00
2019-03-28 17:17:18 -07:00
2018-12-18 13:13:56 +01:00
2019-03-18 16:53:22 -07:00
2019-04-03 21:37:58 -07:00
2019-04-05 14:14:19 -07:00
2019-04-01 18:08:19 -07:00
2019-03-22 10:38:23 -04:00
2019-03-15 12:51:56 -07:00
2019-03-26 13:04:32 -07:00
2019-03-01 21:35:19 -08:00
2019-04-05 14:14:19 -07:00
2019-04-05 14:14:19 -07:00
2019-03-08 14:48:40 -08:00
2019-03-08 15:15:44 -08:00
2019-03-22 10:38:23 -04:00
2019-03-22 10:38:23 -04:00
2019-03-11 15:40:14 -07:00
2019-03-16 01:27:51 +01:00
2019-03-20 11:18:54 -07:00
2019-03-05 14:08:26 -08:00
2019-03-24 14:55:31 -04:00
2019-02-28 08:24:23 -07:00
2019-03-15 15:29:47 -07:00