Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219687
b: refs/heads/master
c: c7e62de
h: refs/heads/master
i:
  219685: 3f48a2b
  219683: 9d10355
  219679: 98a1931
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent d099d2e commit ebec012
Show file tree
Hide file tree
Showing 2 changed files with 4 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: cd6541c03d0777963615d00b22ff8a4c8ee8d601
refs/heads/master: c7e62defd3c4a015b1f80a642bc320b9f9f3896c
4 changes: 3 additions & 1 deletion trunk/drivers/staging/adis16255/adis16255.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,12 +406,14 @@ static int __devinit spi_adis16255_probe(struct spi_device *spi)

status = spi_adis16255_bringup(spiadis);
if (status != 0)
goto irq_err;
goto sysfs_err;

dev_info(&spi->dev, "spi_adis16255 driver added!\n");

return status;

sysfs_err:
sysfs_remove_group(&spiadis->spi->dev.kobj, &adis16255_attr_group);
irq_err:
free_irq(spiadis->irq, spiadis);
gpio_err:
Expand Down

0 comments on commit ebec012

Please sign in to comment.