Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306174
b: refs/heads/master
c: 52dbb57
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Apr 19, 2012
1 parent 7cdaba0 commit e001884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0a7b5e2747c55935944cac356cb48f03dc399b5a
refs/heads/master: 52dbb57c2322d494116570cabee8d4c9658604d6
3 changes: 1 addition & 2 deletions trunk/drivers/media/dvb/frontends/au8522_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ void au8522_release_state(struct au8522_state *state)
}
EXPORT_SYMBOL(au8522_release_state);

int au8522_led_gpio_enable(struct au8522_state *state, int onoff)
static int au8522_led_gpio_enable(struct au8522_state *state, int onoff)
{
struct au8522_led_config *led_config = state->config->led_cfg;
u8 val;
Expand All @@ -151,7 +151,6 @@ int au8522_led_gpio_enable(struct au8522_state *state, int onoff)
return au8522_writereg(state, 0x8000 |
(led_config->gpio_output & ~0xc000), val);
}
EXPORT_SYMBOL(au8522_led_gpio_enable);

/* led = 0 | off
* led = 1 | signal ok
Expand Down

0 comments on commit e001884

Please sign in to comment.