All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix Warning ISO C90 forbids mixed declarations and code - cx88-dvb
@ 2010-03-23 20:42 Ricardo Maraschini
  2010-03-23 19:45 ` Randy Dunlap
  2010-03-23 20:48 ` Devin Heitmueller
  0 siblings, 2 replies; 8+ messages in thread
From: Ricardo Maraschini @ 2010-03-23 20:42 UTC (permalink / raw)
  To: linux-media; +Cc: doug, mchehab

--- a/linux/drivers/media/video/cx88/cx88-dvb.c Tue Mar 23 16:17:11 2010 -0300
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c Tue Mar 23 17:29:29 2010 -0300
@@ -1401,7 +1401,8 @@
       case CX88_BOARD_SAMSUNG_SMT_7020:
               dev->ts_gen_cntrl = 0x08;

-               struct cx88_core *core = dev->core;
+               struct cx88_core *core;
+               core = dev->core;

               cx_set(MO_GP0_IO, 0x0101);



Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>


For any comments, please CC me in the message. I am waiting moderator
approval to subscribe to this mailing list

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-04-06 19:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-23 20:42 [PATCH] Fix Warning ISO C90 forbids mixed declarations and code - cx88-dvb Ricardo Maraschini
2010-03-23 19:45 ` Randy Dunlap
2010-03-23 22:47   ` Ricardo Maraschini
2010-03-24 13:27     ` Ricardo Maraschini
2010-03-24 13:45       ` Douglas Schilling Landgraf
2010-04-06 19:12         ` Hans Verkuil
2010-03-23 20:48 ` Devin Heitmueller
2010-03-23 22:48   ` Ricardo Maraschini

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.