From 2a359798cfb7d7b59f8262833c7b3b6d6fdc607e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 14 Oct 2009 07:07:53 +0000 Subject: [PATCH] Applied fix for sparse warning to 2.6.31.4 too. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1209 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index e5516d10a..3d757a301 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -119,7 +119,7 @@ See also http://lkml.org/lkml/2009/4/5/120 #define likely_notrace(x) __builtin_expect(!!(x), 1) EOF fi - if [ "$1" = "2.6.31" -o "$1" = "2.6.31.1" -o "$1" = "2.6.31.2" -o "$1" = "2.6.31.3" ] + if [ "$1" = "2.6.31" -o "$1" = "2.6.31.1" -o "$1" = "2.6.31.2" -o "$1" = "2.6.31.3" -o "$1" = "2.6.31.4" ] then cd "../linux-$1" || return $? patch -f -s -p1 <<'EOF'