Re: Please back out the bluetooth sysfs support

From: Marcel Holtmann
Date: Tue Feb 24 2004 - 06:21:59 EST


Hi Dave,

> > > - skb->dev = (void *) &bfusb->hdev;
> > > + skb->dev = (void *) bfusb->hdev;
> >
> > Wait a bloody minute. skb->dev is supposed to be net_device; what's going
> > on here?
>
> Oh yeah, this is busted.
> I'm surprised this doesn't explode.

we used this from the beginning and I don't see where this can explode,
because the SKB's are only used inside the Bluetooth subsystem.

Regards

Marcel


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/