Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366712
b: refs/heads/master
c: bc3d292
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 22, 2013
1 parent b359813 commit 29e8b5f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3190fbee0176a40a8dd13200862d39f956692f63
refs/heads/master: bc3d292803409ce44febffb8e6839faae6e768fb
3 changes: 2 additions & 1 deletion trunk/drivers/media/usb/em28xx/em28xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -2229,8 +2229,9 @@ static unsigned short msp3400_addrs[] = {

int em28xx_tuner_callback(void *ptr, int component, int command, int arg)
{
struct em28xx_i2c_bus *i2c_bus = ptr;
struct em28xx *dev = i2c_bus->dev;
int rc = 0;
struct em28xx *dev = ptr;

if (dev->tuner_type != TUNER_XC2028 && dev->tuner_type != TUNER_XC5000)
return 0;
Expand Down

0 comments on commit 29e8b5f

Please sign in to comment.