Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56091
b: refs/heads/master
c: 9d3eb99
h: refs/heads/master
i:
  56089: 9c0d568
  56087: f06ed9d
v: v3
  • Loading branch information
Douglas Landgraf authored and Mauro Carvalho Chehab committed May 9, 2007
1 parent fbc7cb2 commit 3c2ba42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7002a4f350c56e36155c177071534f71d3f939bb
refs/heads/master: 9d3eb99b36c73843cd73f45dad8ca9dde1ce3888
3 changes: 0 additions & 3 deletions trunk/drivers/media/radio/radio-maestro.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/uaccess.h>
#include <linux/mutex.h>
#include <linux/pci.h>
#include <linux/videodev2.h>
#include <media/v4l2-common.h>
Expand Down Expand Up @@ -110,7 +109,6 @@ struct radio_device {
muted, /* VIDEO_AUDIO_MUTE */
stereo, /* VIDEO_TUNER_STEREO_ON */
tuned; /* signal strength (0 or 0xffff) */
struct mutex lock;
};

static u32 radio_bits_get(struct radio_device *dev)
Expand Down Expand Up @@ -394,7 +392,6 @@ static int __devinit maestro_probe(struct pci_dev *pdev,
}

radio_unit->io = pci_resource_start(pdev, 0) + GPIO_DATA;
mutex_init(&radio_unit->lock);

maestro_radio_inst = video_device_alloc();
if (maestro_radio_inst == NULL) {
Expand Down

0 comments on commit 3c2ba42

Please sign in to comment.