bugfix for scripts/patch-kernel in 2.6 sublevel stepping
authorErkki Lintunen <ebirdie@iki.fi>
Wed, 6 Aug 2008 20:11:33 +0000 (22:11 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 6 Aug 2008 20:11:33 +0000 (22:11 +0200)
commit0758416325dc75e203ab974aa5e937bef7d2afef
tree120861950152b48933b25e5c37c8d3d34910f0a0
parent7a48bdd01b5cab9c043b4d42a3f377624d6259f2
bugfix for scripts/patch-kernel in 2.6 sublevel stepping

scripts/patch-kernel script can't patch a tree, say, from 2.6.25 to
2.6.26.1, because of a wrong comparison in context of patching 2.6.x base.
 Fix it.

Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/patch-kernel