Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fc9e2f7 authored by Trent Piepho's avatar Trent Piepho Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5877): radio-gemtek-pci: remove unused structure member



The drivers reads the PCI subsystem ID into its state structure, but it's
never used anywhere.

Signed-off-by: default avatarTrent Piepho <xyzzy@speakeasy.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 32b78de7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -94,7 +94,6 @@ struct gemtek_pci_card {

	u32 iobase;
	u32 length;
	u16 model;

	u32 current_frequency;
	u8  mute;
@@ -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 ) {