Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324327
b: refs/heads/master
c: b64365a
h: refs/heads/master
i:
  324325: 8161398
  324323: 9b70b6b
  324319: 6190633
v: v3
  • Loading branch information
Pavan Savoy authored and Greg Kroah-Hartman committed Aug 16, 2012
1 parent 142e7ea commit d139b4b
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: 27712b3928bec9b1a889d7f60d718a35ca6c23b3
refs/heads/master: b64365a52625e6ec5cf05dd984fba0fa69b24623
2 changes: 1 addition & 1 deletion trunk/drivers/misc/ti-st/st_kim.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ long st_kim_stop(void *kim_data)
msecs_to_jiffies(LDISC_TIME));
if (!err) { /* timeout */
pr_err(" timed out waiting for ldisc to be un-installed");
return -ETIMEDOUT;
err = -ETIMEDOUT;
}

/* platform specific disable */
Expand Down

0 comments on commit d139b4b

Please sign in to comment.