Re: [PATCH] Re: kernel oops with badly formatted module option

2007-04-08 Thread Rusty Russell
On Sat, 2007-04-07 at 19:47 -0700, Randy Dunlap wrote: > On Sat, 07 Apr 2007 19:21:01 -0500 Larry Finger wrote: > > > With the following line in /etc/modprobe.conf.local: > > > > options bcm43xx fwpostfix = ".fw3" locale=8 > > > > the kernel oops below is generated. I realize that the line shoul

Re: [PATCH] Re: kernel oops with badly formatted module option

2007-04-07 Thread Larry Finger
Randy Dunlap wrote: On Sat, 07 Apr 2007 19:21:01 -0500 Larry Finger wrote: With the following line in /etc/modprobe.conf.local: options bcm43xx fwpostfix = ".fw3" locale=8 the kernel oops below is generated. I realize that the line should have no whitespace around the "=", but I do not feel

[PATCH] Re: kernel oops with badly formatted module option

2007-04-07 Thread Randy Dunlap
On Sat, 07 Apr 2007 19:21:01 -0500 Larry Finger wrote: > With the following line in /etc/modprobe.conf.local: > > options bcm43xx fwpostfix = ".fw3" locale=8 > > the kernel oops below is generated. I realize that the line should have no > whitespace around the > "=", but I do not feel that an

kernel oops with badly formatted module option

2007-04-07 Thread Larry Finger
With the following line in /etc/modprobe.conf.local: options bcm43xx fwpostfix = ".fw3" locale=8 the kernel oops below is generated. I realize that the line should have no whitespace around the "=", but I do not feel that an oops is the best way to report the syntax error. Could there be a mor