atm: iphase: remove redundant pointer skb
authorColin Ian King <colin.i.king@gmail.com>
Wed, 12 Jan 2022 23:55:33 +0000 (23:55 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Jan 2022 12:50:48 +0000 (12:50 +0000)
commitd7b4303411025b675e8c0927307c578a0ce3f75c
treedbbfaecbdf30d8273b11cb70e6abe194cda02973
parentde2d807b294d3d2ce5e59043ae2634016765d076
atm: iphase: remove redundant pointer skb

The pointer skb is redundant, it is assigned a value that is never
read and hence can be removed. Cleans up clang scan warning:

drivers/atm/iphase.c:205:18: warning: Although the value stored
to 'skb' is used in the enclosing expression, the value is never
actually read from 'skb' [deadcode.DeadStores]

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/atm/iphase.c