summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp_generic.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-01-18 00:29:19 -0800
committerDavid S. Miller <davem@davemloft.net>2010-01-18 00:29:19 -0800
commit2ae3111eafd797e24cc390bb5ce6a8fa0deacdb2 (patch)
tree14eeb14eb9a4d4e80a8714b88470ca9eaf8dde78 /drivers/net/ppp_generic.c
parent354fcd7774a00809ebefdba75e747364cb22a940 (diff)
drivers/net: Eliminate useless code
The variable qdev is initialized twice to the same (side effect-free) expression. Drop one initialization. A simplified version of the semantic match that finds this problem is: (http://coccinelle.lip6.fr/) // <smpl> @forall@ idexpression *x; identifier f!=ERR_PTR; @@ x = f(...) ... when != x ( x = f(...,<+...x...+>,...) | * x = f(...) ) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ppp_generic.c')
0 files changed, 0 insertions, 0 deletions