lkml.org 
[lkml]   [2004]   [Jun]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRE: idebus setup problem (2.6.7-rc1)
Date
From
Bartlomiej Zolnierkiewicz wrote:
>
> Why can't we apply this minimal fix from Yi for now?

Thanks, this is in 2.6.7-rc2-mm2.

>
> --- linux-2.6.7-rc1-mm1.orig/init/main.c 2004-05-28
> 12:39:15.549314064 +0800 +++ linux-2.6.7-rc1-mm1/init/main.c
> 2004-05-28 12:40:29.399087192 +0800
> @@ -162,7 +162,7 @@ static int __init obsolete_checksetup(ch
> p = &__setup_start; do {
> int n = strlen(p->str);
> - if (len <= n && !strncmp(line, p->str, n)) {
> + if (n == 0 || (len <= n && !strncmp(line, p->str,
> n))) { /* Already done in parse_early_param?
> */ if (p->early)
> return 1;
>

Thanks,
-yi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:03    [W:0.025 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site