summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-11-15 12:14:02 -0800
committerTakashi Iwai <tiwai@suse.de>2010-11-22 07:42:10 +0100
commit5dbea6b1f2113f764999b39fd3d79b1354c193d9 (patch)
tree07c55b022d9e34f3c44a8eb5b141bd2576e8faf1 /sound
parentc80c1d542744dd7851cc8da748c6ada99680fb4d (diff)
ALSA: sound/pci/asihpi/hpioctl.c: Remove unnecessary casts of pci_get_drvdata
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/asihpi/hpioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/asihpi/hpioctl.c b/sound/pci/asihpi/hpioctl.c
index 62895a719fcb..22dbd91811a4 100644
--- a/sound/pci/asihpi/hpioctl.c
+++ b/sound/pci/asihpi/hpioctl.c
@@ -435,7 +435,7 @@ void __devexit asihpi_adapter_remove(struct pci_dev *pci_dev)
struct hpi_message hm;
struct hpi_response hr;
struct hpi_adapter *pa;
- pa = (struct hpi_adapter *)pci_get_drvdata(pci_dev);
+ pa = pci_get_drvdata(pci_dev);
hpi_init_message_response(&hm, &hr, HPI_OBJ_SUBSYSTEM,
HPI_SUBSYS_DELETE_ADAPTER);