+ bttv-add-a-radio-compat_ioctl-file-operation.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     bttv: add a radio compat_ioctl file operation
has been added to the -mm tree.  Its filename is
     bttv-add-a-radio-compat_ioctl-file-operation.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: bttv: add a radio compat_ioctl file operation
From: Robert Fitzsimons <robfitz@xxxxxxxx>

Signed-off-by: Robert Fitzsimons <robfitz@xxxxxxxx>
Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>
Cc: Trent Piepho <xyzzy@xxxxxxxxxxxxx>
Cc: Nickolay V. Shmyrev <nshmyrev@xxxxxxxxx>
Cc: Hans Verkuil <hverkuil@xxxxxxxxx>
Cc: Michael Krufky <mkrufky@xxxxxxxxxxx>
Cc: Bongani Hlope <bonganilinux@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/media/video/bt8xx/bttv-driver.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN drivers/media/video/bt8xx/bttv-driver.c~bttv-add-a-radio-compat_ioctl-file-operation drivers/media/video/bt8xx/bttv-driver.c
--- a/drivers/media/video/bt8xx/bttv-driver.c~bttv-add-a-radio-compat_ioctl-file-operation
+++ a/drivers/media/video/bt8xx/bttv-driver.c
@@ -3613,6 +3613,7 @@ static const struct file_operations radi
 	.release  = radio_release,
 	.compat_ioctl	= v4l_compat_ioctl32,
 	.ioctl	  = video_ioctl2,
+	.compat_ioctl	= v4l_compat_ioctl32,
 	.llseek	  = no_llseek,
 	.poll     = radio_poll,
 };
_

Patches currently in -mm which might be from robfitz@xxxxxxxx are

git-dvb.patch
bttv-add-a-radio-compat_ioctl-file-operation.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux