[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)
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>

No differences found