Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308740
b: refs/heads/master
c: 27757e8
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Samuel Ortiz committed May 20, 2012
1 parent 5ade69f commit 6e3e153
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7f65f74ccee15f6eb0009921a428e3c5d5d06ae0
refs/heads/master: 27757e8262669321b496c55f06f4844e827fd1c5
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/tps65217.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ EXPORT_SYMBOL_GPL(tps65217_reg_write);
* @val: Value to write.
* @level: Password protected level
*/
int tps65217_update_bits(struct tps65217 *tps, unsigned int reg,
static int tps65217_update_bits(struct tps65217 *tps, unsigned int reg,
unsigned int mask, unsigned int val, unsigned int level)
{
int ret;
Expand Down

0 comments on commit 6e3e153

Please sign in to comment.