[kernel] refresh 2.6.30 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17093 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
1884a9821a
commit
ecdbc951bc
|
@ -9,11 +9,9 @@ Date: Fri Jul 31 18:26:48 2009 +0200
|
||||||
|
|
||||||
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
|
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
|
||||||
|
|
||||||
diff --git a/sound/soc/soc-jack.c b/sound/soc/soc-jack.c
|
|
||||||
index 28346fb..639333a 100644
|
|
||||||
--- a/sound/soc/soc-jack.c
|
--- a/sound/soc/soc-jack.c
|
||||||
+++ b/sound/soc/soc-jack.c
|
+++ b/sound/soc/soc-jack.c
|
||||||
@@ -220,6 +220,9 @@ int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,
|
@@ -220,6 +220,9 @@ int snd_soc_jack_add_gpios(struct snd_so
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
|
@ -23,7 +21,7 @@ index 28346fb..639333a 100644
|
||||||
ret = request_irq(gpio_to_irq(gpios[i].gpio),
|
ret = request_irq(gpio_to_irq(gpios[i].gpio),
|
||||||
gpio_handler,
|
gpio_handler,
|
||||||
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
|
IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING,
|
||||||
@@ -227,9 +230,6 @@ int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,
|
@@ -227,9 +230,6 @@ int snd_soc_jack_add_gpios(struct snd_so
|
||||||
&gpios[i]);
|
&gpios[i]);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
* macro override instead of weak attribute alias, to workaround
|
* macro override instead of weak attribute alias, to workaround
|
||||||
--- a/kernel/sched.c
|
--- a/kernel/sched.c
|
||||||
+++ b/kernel/sched.c
|
+++ b/kernel/sched.c
|
||||||
@@ -5665,6 +5665,7 @@ int can_nice(const struct task_struct *p
|
@@ -5666,6 +5666,7 @@ int can_nice(const struct task_struct *p
|
||||||
return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
|
return (nice_rlim <= p->signal->rlim[RLIMIT_NICE].rlim_cur ||
|
||||||
capable(CAP_SYS_NICE));
|
capable(CAP_SYS_NICE));
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
quiet_cmd_lzma = LZMA $@
|
quiet_cmd_lzma = LZMA $@
|
||||||
-cmd_lzma = (lzma -9 -c $< && $(size_append) $<) >$@ || (rm -f $@ ; false)
|
-cmd_lzma = (lzma -9 -c $< && $(size_append) $<) >$@ || (rm -f $@ ; false)
|
||||||
+cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 -eos
|
+cmd_lzma = lzma e $< $@ -lc1 -lp2 -pb2 -eos
|
||||||
--- a/scripts/gen_initramfs_list.sh 2009-06-10 05:05:27.000000000 +0200
|
--- a/scripts/gen_initramfs_list.sh
|
||||||
+++ b/scripts/gen_initramfs_list.sh 2009-08-01 18:36:14.000000000 +0200
|
+++ b/scripts/gen_initramfs_list.sh
|
||||||
@@ -225,7 +225,7 @@
|
@@ -225,7 +225,7 @@ cpio_list=
|
||||||
output="/dev/stdout"
|
output="/dev/stdout"
|
||||||
output_file=""
|
output_file=""
|
||||||
is_cpio_compressed=
|
is_cpio_compressed=
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
arg="$1"
|
arg="$1"
|
||||||
case "$arg" in
|
case "$arg" in
|
||||||
@@ -239,9 +239,9 @@
|
@@ -239,9 +239,9 @@ case "$arg" in
|
||||||
output_file="$1"
|
output_file="$1"
|
||||||
cpio_list="$(mktemp ${TMPDIR:-/tmp}/cpiolist.XXXXXX)"
|
cpio_list="$(mktemp ${TMPDIR:-/tmp}/cpiolist.XXXXXX)"
|
||||||
output=${cpio_list}
|
output=${cpio_list}
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
echo "$output_file" | grep -q "\.cpio$" && compr="cat"
|
echo "$output_file" | grep -q "\.cpio$" && compr="cat"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
@@ -292,7 +292,7 @@
|
@@ -292,7 +292,7 @@ if [ ! -z ${output_file} ]; then
|
||||||
if [ "${is_cpio_compressed}" = "compressed" ]; then
|
if [ "${is_cpio_compressed}" = "compressed" ]; then
|
||||||
cat ${cpio_tfile} > ${output_file}
|
cat ${cpio_tfile} > ${output_file}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue