linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bhumika Goyal <bhumirks@gmail.com>
To: julia.lawall@lip6.fr, mchehab@kernel.org,
	maintainers@bluecherrydvr.com, anton@corp.bluecherry.net,
	andrey.utkin@corp.bluecherry.net, ismael@iodev.co.uk,
	hverkuil@xs4all.nl, linux-media@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Bhumika Goyal <bhumirks@gmail.com>
Subject: [PATCH 5/5] [media] tw68:  make video_device const
Date: Sat, 26 Aug 2017 16:43:34 +0530	[thread overview]
Message-ID: <1503746014-16489-6-git-send-email-bhumirks@gmail.com> (raw)
In-Reply-To: <1503746014-16489-1-git-send-email-bhumirks@gmail.com>

Make this const as it is only used in a copy operation.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
---
 drivers/media/pci/tw68/tw68-video.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/pci/tw68/tw68-video.c b/drivers/media/pci/tw68/tw68-video.c
index 58c4dd7..8c1f4a0 100644
--- a/drivers/media/pci/tw68/tw68-video.c
+++ b/drivers/media/pci/tw68/tw68-video.c
@@ -916,7 +916,7 @@ static int vidioc_s_register(struct file *file, void *priv,
 #endif
 };
 
-static struct video_device tw68_video_template = {
+static const struct video_device tw68_video_template = {
 	.name			= "tw68_video",
 	.fops			= &video_fops,
 	.ioctl_ops		= &video_ioctl_ops,
-- 
1.9.1

      parent reply	other threads:[~2017-08-26 11:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-26 11:13 [PATCH 0/5] [media] PCI: make video_device const Bhumika Goyal
2017-08-26 11:13 ` [PATCH 1/5] [media] meye: " Bhumika Goyal
2017-08-26 11:13 ` [PATCH 2/5] [media] saa7134: " Bhumika Goyal
2017-08-26 11:13 ` [PATCH 3/5] [media] solo6x10: " Bhumika Goyal
2017-08-28 18:41   ` Ismael Luceno
2017-08-26 11:13 ` [PATCH 4/5] [media] sta2x11: " Bhumika Goyal
2017-08-26 11:13 ` Bhumika Goyal [this message]

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=1503746014-16489-6-git-send-email-bhumirks@gmail.com \
    --to=bhumirks@gmail.com \
    --cc=andrey.utkin@corp.bluecherry.net \
    --cc=anton@corp.bluecherry.net \
    --cc=hverkuil@xs4all.nl \
    --cc=ismael@iodev.co.uk \
    --cc=julia.lawall@lip6.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=maintainers@bluecherrydvr.com \
    --cc=mchehab@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).