Skip to content

Commit

Permalink
[media] radio-si4713.c: fix compiler warning
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Sep 6, 2011
1 parent 77eed21 commit 398b0d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/media/radio/radio-si4713.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ static int radio_si4713_s_audout(struct file *file, void *priv,
static int radio_si4713_querycap(struct file *file, void *priv,
struct v4l2_capability *capability)
{
struct radio_si4713_device *rsdev;

rsdev = video_get_drvdata(video_devdata(file));

strlcpy(capability->driver, "radio-si4713", sizeof(capability->driver));
strlcpy(capability->card, "Silicon Labs Si4713 Modulator",
sizeof(capability->card));
Expand Down

0 comments on commit 398b0d1

Please sign in to comment.