Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288883
b: refs/heads/master
c: b6c40b8
h: refs/heads/master
i:
  288881: f2d016d
  288879: d6a887a
v: v3
  • Loading branch information
NeilBrown authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent c33f661 commit 1f5ef74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 93518dd2ebafcc761a8637b2877008cfd748c202
refs/heads/master: b6c40b8581d5f2c88d18d7905b9ff6ba9956f506
3 changes: 0 additions & 3 deletions trunk/drivers/w1/slaves/w1_bq27000.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ static int w1_bq27000_read(struct device *dev, unsigned int reg)
u8 val;
struct w1_slave *sl = container_of(dev->parent, struct w1_slave, dev);

if (!dev)
return 0;

w1_write_8(sl->master, HDQ_CMD_READ | reg);
val = w1_read_8(sl->master);

Expand Down

0 comments on commit 1f5ef74

Please sign in to comment.