Loading sound/oss/kahlua.c +0 −2 Original line number Diff line number Diff line Loading @@ -178,7 +178,6 @@ static int probe_one(struct pci_dev *pdev, const struct pci_device_id *ent) return 0; err_out_free: pci_set_drvdata(pdev, NULL); kfree(hw_config); return 1; } Loading @@ -187,7 +186,6 @@ static void remove_one(struct pci_dev *pdev) { struct address_info *hw_config = pci_get_drvdata(pdev); sb_dsp_unload(hw_config, 0); pci_set_drvdata(pdev, NULL); kfree(hw_config); } Loading Loading
sound/oss/kahlua.c +0 −2 Original line number Diff line number Diff line Loading @@ -178,7 +178,6 @@ static int probe_one(struct pci_dev *pdev, const struct pci_device_id *ent) return 0; err_out_free: pci_set_drvdata(pdev, NULL); kfree(hw_config); return 1; } Loading @@ -187,7 +186,6 @@ static void remove_one(struct pci_dev *pdev) { struct address_info *hw_config = pci_get_drvdata(pdev); sb_dsp_unload(hw_config, 0); pci_set_drvdata(pdev, NULL); kfree(hw_config); } Loading