Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33450
b: refs/heads/master
c: 25848c4
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Aug 23, 2006
1 parent 8597cef commit b1a643c
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: 1bad998a2778055c095b4f2081c68e6bc82f06e2
refs/heads/master: 25848c4e502ec2bb94ee1f3c82709311059d0857
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ static struct sbus_dev sun4_esp_dev;
static int __init esp_sun4_probe(struct scsi_host_template *tpnt)
{
if (sun4_esp_physaddr) {
memset(&sun4_esp_dev, 0, sizeof(esp_dev));
memset(&sun4_esp_dev, 0, sizeof(sun4_esp_dev));
sun4_esp_dev.reg_addrs[0].phys_addr = sun4_esp_physaddr;
sun4_esp_dev.irqs[0] = 4;
sun4_esp_dev.resource[0].start = sun4_esp_physaddr;
Expand All @@ -1162,6 +1162,7 @@ static int __init esp_sun4_probe(struct scsi_host_template *tpnt)

static int __devexit esp_sun4_remove(void)
{
struct of_device *dev = &sun4_esp_dev.ofdev;
struct esp *esp = dev_get_drvdata(&dev->dev);

return esp_remove_common(esp);
Expand Down

0 comments on commit b1a643c

Please sign in to comment.