Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350709
b: refs/heads/master
c: 79f34d1
h: refs/heads/master
i:
  350707: 3ce848d
v: v3
  • Loading branch information
Michael Trimarchi authored and Dmitry Torokhov committed Feb 16, 2013
1 parent ee89dbf commit cb25d07
Show file tree
Hide file tree
Showing 2 changed files with 2 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: cd401204873101245287afc07271b39c79194d9c
refs/heads/master: 79f34d19d7d1ece9918afe079529e61f978eeebe
2 changes: 1 addition & 1 deletion trunk/drivers/input/misc/bma150.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ static int bma150_open(struct bma150_data *bma150)
int error;

error = pm_runtime_get_sync(&bma150->client->dev);
if (error && error != -ENOSYS)
if (error < 0 && error != -ENOSYS)
return error;

/*
Expand Down

0 comments on commit cb25d07

Please sign in to comment.