[Prism54-devel] [Bug 57] Oops when modprobing under 2.6.2
bugzilla-daemon@mcgrof.com
bugzilla-daemon@mcgrof.com
Mon, 16 Feb 2004 21:55:45 +0000 (UTC)
http://prism54.org/cgi-bin/bugzilla/show_bug.cgi?id=57
------- Additional Comments From Jens.Maurer@gmx.net 2004-02-16 21:55 -------
Go to oid_mgt.c:333 . One of the following lines there produce the
problem.
BUG_ON(OID_NUM_LAST <= n);
BUG_ON(extra > isl_oid[n].range);
However, prism54_get_rate() has to mgt_get_request calls. So please
printk "n", OID_NUM_LAST, extra, isl_oid[n].range upon entering
mgt_get_request. That will help track down the issue.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.