Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 174100
b: refs/heads/master
c: 3a05462
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 57631b9 commit 0bdf522
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 2b588db82d2c210e84da129a223bb403d3131abe
refs/heads/master: 3a054627cc949c3b7bb8387543919e7d4022753a
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/siano/sms-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static struct sms_board sms_boards[] = {
},
};

struct sms_board *sms_get_board(int id)
struct sms_board *sms_get_board(unsigned id)
{
BUG_ON(id >= ARRAY_SIZE(sms_boards));

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/siano/sms-cards.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct sms_board {
int led_power, led_hi, led_lo, lna_ctrl, rf_switch;
};

struct sms_board *sms_get_board(int id);
struct sms_board *sms_get_board(unsigned id);

extern struct smscore_device_t *coredev;

Expand Down

0 comments on commit 0bdf522

Please sign in to comment.