Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62283
b: refs/heads/master
c: 2fc9e2f
h: refs/heads/master
i:
  62281: 4f3503e
  62279: 880b852
v: v3
  • Loading branch information
Trent Piepho authored and Mauro Carvalho Chehab committed Jul 20, 2007
1 parent c5c432d commit b48fa64
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: 32b78de7fee70a0bdb2081b23fc2b676ec566814
refs/heads/master: 2fc9e2f78acd06d0a76a05abb2802cc4616453e3
3 changes: 0 additions & 3 deletions trunk/drivers/media/radio/radio-gemtek-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ struct gemtek_pci_card {

u32 iobase;
u32 length;
u16 model;

u32 current_frequency;
u8 mute;
Expand Down Expand Up @@ -413,8 +412,6 @@ static int __devinit gemtek_pci_probe( struct pci_dev *pci_dev, const struct pci
goto err_pci;
}

pci_read_config_word( pci_dev, PCI_SUBSYSTEM_ID, &card->model );

pci_set_drvdata( pci_dev, card );

if ( (devradio = kmalloc( sizeof( struct video_device ), GFP_KERNEL )) == NULL ) {
Expand Down

0 comments on commit b48fa64

Please sign in to comment.