Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176041
b: refs/heads/master
c: 4e8b702
h: refs/heads/master
i:
  176039: 0d9c0ae
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed Dec 13, 2009
1 parent be1491e commit 72c75de
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 56baa667973e53d6d38af2ad3731d558566d818b
refs/heads/master: 4e8b70265c069544beb5a63b38544b53035b395e
3 changes: 2 additions & 1 deletion trunk/drivers/mfd/adp5520.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ static int __adp5520_write(struct i2c_client *client,
return 0;
}

int __adp5520_ack_bits(struct i2c_client *client, int reg, uint8_t bit_mask)
static int __adp5520_ack_bits(struct i2c_client *client, int reg,
uint8_t bit_mask)
{
struct adp5520_chip *chip = i2c_get_clientdata(client);
uint8_t reg_val;
Expand Down

0 comments on commit 72c75de

Please sign in to comment.