All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 13/14 2.6.13-rc2-mm1] V4L tuner-3026 - replace obsolete ioctl value
@ 2005-07-09  0:53 Mauro Carvalho Chehab
  0 siblings, 0 replies; only message in thread
From: Mauro Carvalho Chehab @ 2005-07-09  0:53 UTC (permalink / raw)
  To: Andrew Morton, Linux and Kernel Video, LKML

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: v4l_tuner_3026.diff --]
[-- Type: text/x-patch, Size: 604 bytes --]

- obsolete TUNER_SET_TVFREQ changed to VIDIOCSFREQ.

Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>


 linux-2.6.13-rc2-mm1/drivers/media/video/tuner-3036.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.13-rc2-mm1/drivers/media/video/tuner-3036.c.orig	2005-07-07 23:35:35.000000000 -0300
+++ linux-2.6.13-rc2-mm1/drivers/media/video/tuner-3036.c	2005-07-07 23:36:28.000000000 -0300
@@ -152,7 +152,7 @@ tuner_command(struct i2c_client *client,
 
 	switch (cmd) 
 	{
-		case TUNER_SET_TVFREQ:
+		case VIDIOCSFREQ:
 			set_tv_freq(client, *iarg);
 			break;
 	    

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

only message in thread, other threads:[~2005-07-09  0:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-09  0:53 [PATCH 13/14 2.6.13-rc2-mm1] V4L tuner-3026 - replace obsolete ioctl value Mauro Carvalho Chehab

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.