Re: [android-kernel] Re: register_netdev : kernel panic

2010-08-02 Thread Greg KH
On Mon, Aug 2, 2010 at 2:11 PM, Danke Xie wrote: > It's probably not an issue of the kernel itself but due to parameters > in kernel calls. Check the line > > lib/kref.c:43 > > and see why you get the warning. That's easy, your code is not using a kref correctly :) Is there a pointer to this dri

[android-kernel] Re: register_netdev : kernel panic

2010-08-02 Thread Danke Xie
It's probably not an issue of the kernel itself but due to parameters in kernel calls. Check the line lib/kref.c:43 and see why you get the warning. On Jul 28, 11:26 pm, Dhanraj Rajput wrote: > Hello, > > I am trying to integrate RNDIS driver available in Kernel 2.6.29 with > our USB device. i