Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288884
b: refs/heads/master
c: df7019f
h: refs/heads/master
v: v3
  • Loading branch information
NeilBrown authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent 1f5ef74 commit 6967374
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: b6c40b8581d5f2c88d18d7905b9ff6ba9956f506
refs/heads/master: df7019f37053bb5357907ec2d1fd516304f38348
14 changes: 0 additions & 14 deletions trunk/drivers/w1/slaves/w1_bq27000.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,6 @@

static int F_ID;

void w1_bq27000_write(struct device *dev, u8 buf, u8 reg)
{
struct w1_slave *sl = container_of(dev, struct w1_slave, dev);

if (!dev) {
pr_info("Could not obtain slave dev ptr\n");
return;
}

w1_write_8(sl->master, HDQ_CMD_WRITE | reg);
w1_write_8(sl->master, buf);
}
EXPORT_SYMBOL(w1_bq27000_write);

static int w1_bq27000_read(struct device *dev, unsigned int reg)
{
u8 val;
Expand Down

0 comments on commit 6967374

Please sign in to comment.