Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330681
b: refs/heads/master
c: 0ca477e
h: refs/heads/master
i:
  330679: 38823f5
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Aug 6, 2012
1 parent 81a6324 commit 84551f2
Show file tree
Hide file tree
Showing 2 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: 3cb9f4e28269124d304e1886809f4f9fa9899790
refs/heads/master: 0ca477ea8dceb13eb2f91b13d8ff25a7b3113f7e
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-usb-v2/az6007.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ static int az6007_tuner_attach(struct dvb_usb_adapter *adap)
return 0;
}

int az6007_power_ctrl(struct dvb_usb_device *d, int onoff)
static int az6007_power_ctrl(struct dvb_usb_device *d, int onoff)
{
struct az6007_device_state *state = d_to_priv(d);
int ret;
Expand Down Expand Up @@ -784,7 +784,7 @@ static struct i2c_algorithm az6007_i2c_algo = {
.functionality = az6007_i2c_func,
};

int az6007_identify_state(struct dvb_usb_device *d, const char **name)
static int az6007_identify_state(struct dvb_usb_device *d, const char **name)
{
int ret;
u8 *mac;
Expand Down

0 comments on commit 84551f2

Please sign in to comment.