[BPQ] lockdep: fix false positive
authorRalf Baechle <ralf@linux-mips.org>
Mon, 10 Jul 2006 18:24:46 +0000 (11:24 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 10 Jul 2006 21:50:33 +0000 (14:50 -0700)
commit1eeb7e42888b3bde403596eebdbd64452a53f4d5
tree3d7c7fc76b61a4ecceaf03c206336bce96ddeb28
parent7466d90f858ad89dda6f47b744e0a839937907a3
[BPQ] lockdep: fix false positive

Bpqether is encapsulating AX.25 frames into ethernet frames.  There is a
virtual bpqether device paired with each ethernet devices, so it's normal
to pass through dev_queue_xmit twice for each frame which triggers the
locking detector.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hamradio/bpqether.c
This page took 0.05277 seconds and 5 git commands to generate.