Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166946
b: refs/heads/master
c: d82e23d
h: refs/heads/master
v: v3
  • Loading branch information
Samu Onkalo authored and Linus Torvalds committed Oct 8, 2009
1 parent 271761c commit 2761ba9
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: a1125b1e41228bc2e5b4f023004a4280282d1dab
refs/heads/master: d82e23dcaeb083e520fd1ec87d014d0c4a31d79c
3 changes: 2 additions & 1 deletion trunk/drivers/hwmon/lis3lv02d_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ static int __devexit lis302dl_spi_remove(struct spi_device *spi)
struct lis3lv02d *lis3 = spi_get_drvdata(spi);
lis3lv02d_joystick_disable();
lis3lv02d_poweroff(lis3);
return 0;

return lis3lv02d_remove_fs(&lis3_dev);
}

#ifdef CONFIG_PM
Expand Down

0 comments on commit 2761ba9

Please sign in to comment.