Hi,

I am porting cypress EZ-Host usb driver for uclinux 2.4.32/coldfire.
The system crashes ( without any messages) after module_init.
there is one function call in my driver that seems to be responsible of
this:
toto(&int_data,0,0,0);
if I replace this by
toto(0,0,0,0), it does not crash anymore, even if the toto() only
contains a 'return'.
The 'crash' occurs only at the end of the module init ( my function toto
is in the middle of the init and I can see other traces after the toto
call).
Could it be a kernel stack problem ? If so how could I increase this
stack ?

Thanks.
Stan
 


_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to