All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [Trivial] Make saa7134-input.c build for kernels < 2.6.30
@ 2009-12-12 12:51 Duncan Gibb
  0 siblings, 0 replies; only message in thread
From: Duncan Gibb @ 2009-12-12 12:51 UTC (permalink / raw
  To: linux-media

Hi

The current http://linuxtv.org/hg/v4l-dvb tree doesn't build against
my kernel (2.6.26-2-xen-686 from Debian Lenny) and lots of others
according to http://www.xs4all.nl/~hverkuil/logs/Friday.log because
of a typo fixed by this patch.  Apologies for posting what to many
will be the bleeding obvious.

Cheers

Duncan


Signed-off-by: Duncan Gibb <dg@duncangibb.com>
---
diff -r db37ff59927f linux/drivers/media/video/saa7134/saa7134-input.c
--- a/linux/drivers/media/video/saa7134/saa7134-input.c Thu Dec 10 18:17:49 2009 -0200
+++ b/linux/drivers/media/video/saa7134/saa7134-input.c Sat Dec 12 12:08:10 2009 +0000
@@ -962,7 +962,7 @@
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30)
                snprintf(ir->c.name, sizeof(ir->c.name), "FlyDVB Trio");
                ir->get_key   = get_key_flydvb_trio;
-               ir->ir_codes  = ir_codes_flydvb_table;
+               ir->ir_codes  = &ir_codes_flydvb_table;
 #else
                dev->init_data.name = "FlyDVB Trio";
                dev->init_data.get_key = get_key_flydvb_trio;



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-12 13:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-12 12:51 [PATCH] [Trivial] Make saa7134-input.c build for kernels < 2.6.30 Duncan Gibb

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.