Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268581
b: refs/heads/master
c: d6bdcf2
h: refs/heads/master
i:
  268579: 671846b
v: v3
  • Loading branch information
Julian Andres Klode authored and Greg Kroah-Hartman committed Sep 30, 2011
1 parent 44ad1a7 commit 6ceffbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e46e6273bc62d87c1eb984d2a2b16efa6b19641
refs/heads/master: d6bdcf2e1019351cbc176e963b7756766bdd8721
5 changes: 5 additions & 0 deletions trunk/drivers/staging/nvec/nvec.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,11 @@ static void nvec_rx_completed(struct nvec_chip *nvec)

nvec_msg_free(nvec, nvec->rx);
nvec->state = 0;

/* Battery quirk - Often incomplete, and likes to crash */
if (nvec->rx->data[0] == NVEC_BAT)
complete(&nvec->ec_transfer);

return;
}

Expand Down

0 comments on commit 6ceffbd

Please sign in to comment.