Re: usb: replace __setup("nousb") with __module_param_call

From: Dmitry Torokhov
Date: Tue Jan 03 2006 - 09:45:17 EST


On 1/3/06, Pete Zaitcev <zaitcev@xxxxxxxxxx> wrote:
> On Tue, 3 Jan 2006 01:47:46 -0500, Dmitry Torokhov <dtor_core@xxxxxxxxxxxxx> wrote:
>
> > +static int __init obsolete_checksetup(char *line, int len)
> > - int n = strlen(p->str);
> > - if (!strncmp(line, p->str, n)) {
> > + if (!strncmp(line, p->str, len) && len == strlen(p->str)) {
>
> This looks like it should work, with the disclaimer that I am not
> infallible.
>

;)

> But even if it does, my patch saved reading, so I think it should be
> applied as well.

What you mean by "saved reading"?

Btw, do we really need to export "nousb" in sysfs?

--
Dmitry
-
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/