Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127876
b: refs/heads/master
c: b99b4c6
h: refs/heads/master
v: v3
  • Loading branch information
Dmitri Vorobiev authored and James Bottomley committed Jan 2, 2009
1 parent 348c53d commit cd4dd6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 752b32329b48e0b7481e82a5f891aa5bf01f3782
refs/heads/master: b99b4c67db9b6dde67955b3746666505a48ec7ee
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/sgiwd93.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ static int __init sgiwd93_probe(struct platform_device *pdev)
return err;
}

static void __exit sgiwd93_remove(struct platform_device *pdev)
static int __exit sgiwd93_remove(struct platform_device *pdev)
{
struct Scsi_Host *host = platform_get_drvdata(pdev);
struct ip22_hostdata *hdata = (struct ip22_hostdata *) host->hostdata;
Expand All @@ -307,6 +307,7 @@ static void __exit sgiwd93_remove(struct platform_device *pdev)
free_irq(pd->irq, host);
dma_free_noncoherent(&pdev->dev, HPC_DMA_SIZE, hdata->cpu, hdata->dma);
scsi_host_put(host);
return 0;
}

static struct platform_driver sgiwd93_driver = {
Expand Down

0 comments on commit cd4dd6d

Please sign in to comment.