Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343816
b: refs/heads/master
c: f6d15e0
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 27, 2012
1 parent ff9bdcb commit b3b9590
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: 5faf7db804e1e67ab8f78edb305d1858779a6279
refs/heads/master: f6d15e09b19d3841e2608306e1b85e2ffc1f7a6b
2 changes: 1 addition & 1 deletion trunk/drivers/media/radio/radio-aimslab.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ static struct radio_isa_card *rtrack_alloc(void)
#define AIMS_BIT_VOL_UP (1 << 6) /* active low */
#define AIMS_BIT_VOL_DN (1 << 7) /* active low */

void rtrack_set_pins(void *handle, u8 pins)
static void rtrack_set_pins(void *handle, u8 pins)
{
struct radio_isa_card *isa = handle;
struct rtrack *rt = container_of(isa, struct rtrack, isa);
Expand Down

0 comments on commit b3b9590

Please sign in to comment.