Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330516
b: refs/heads/master
c: 5e00b97
h: refs/heads/master
v: v3
  • Loading branch information
Kim, Milo authored and Anton Vorontsov committed Sep 21, 2012
1 parent 9478856 commit b53fbdb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 20414e2e0e10c2152e44784599e6d66fae39d77c
refs/heads/master: 5e00b9761b6e56096da8276a51484e5c53df72c6
8 changes: 5 additions & 3 deletions trunk/drivers/power/lp8727_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,11 @@ static void lp8727_enable_chgdet(struct lp8727_chg *pchg)

static void lp8727_delayed_func(struct work_struct *_work)
{
u8 intstat[LP8788_NUM_INTREGS], idno, vbus;
struct lp8727_chg *pchg =
container_of(_work, struct lp8727_chg, work.work);
struct lp8727_chg *pchg = container_of(_work, struct lp8727_chg,
work.work);
u8 intstat[LP8788_NUM_INTREGS];
u8 idno;
u8 vbus;

if (lp8727_read_bytes(pchg, LP8727_INT1, intstat, LP8788_NUM_INTREGS)) {
dev_err(pchg->dev, "can not read INT registers\n");
Expand Down

0 comments on commit b53fbdb

Please sign in to comment.