From: Gianluca Gennari <gennarone@gmail.com>
To: linux-media@vger.kernel.org, mchehab@redhat.com
Cc: Gianluca Gennari <gennarone@gmail.com>
Subject: [PATCH] fix backport patch v2.6.32_kfifo
Date: Fri, 9 Mar 2012 13:18:47 +0100 [thread overview]
Message-ID: <1331295527-25038-1-git-send-email-gennarone@gmail.com> (raw)
The backport patch v2.6.32_kfifo-patch collides with:
http://patchwork.linuxtv.org/patch/9914/
Moreover, struct kfifo_rec_ptr_1 is not defined in 2.6.32,
so we have to stay with the old buggy implementation.
Signed-off-by: Gianluca Gennari <gennarone@gmail.com>
---
backports/v2.6.32_kfifo.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/backports/v2.6.32_kfifo.patch b/backports/v2.6.32_kfifo.patch
index 10075b9..88a435a 100644
--- a/backports/v2.6.32_kfifo.patch
+++ b/backports/v2.6.32_kfifo.patch
@@ -14,7 +14,7 @@
struct list_head list; /* to keep track of raw clients */
struct task_struct *thread;
spinlock_t lock;
-- struct kfifo kfifo; /* fifo for the pulse/space durations */
+- struct kfifo_rec_ptr_1 kfifo; /* fifo for the pulse/space durations */
+ struct kfifo *kfifo; /* fifo for the pulse/space durations */
ktime_t last_event; /* when last event occurred */
enum raw_event_type last_type; /* last event type */
--
1.7.0.4
next reply other threads:[~2012-03-09 12:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-09 12:18 Gianluca Gennari [this message]
2012-03-09 12:26 ` [PATCH] fix backport patch v2.6.32_kfifo Gianluca Gennari
2012-03-09 13:26 ` Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1331295527-25038-1-git-send-email-gennarone@gmail.com \
--to=gennarone@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox