Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357214
b: refs/heads/master
c: 7f05b24
h: refs/heads/master
v: v3
  • Loading branch information
Ezequiel Garcia authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent 57587eb commit 51d7956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 03c420010f4c5ded38bd0fc909ccadc25c82d080
refs/heads/master: 7f05b24536f068c0a5072929fb6c0fb2099d273c
6 changes: 2 additions & 4 deletions trunk/drivers/media/tuners/tda18271-maps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1290,13 +1290,11 @@ int tda18271_assign_map_layout(struct dvb_frontend *fe)
switch (priv->id) {
case TDA18271HDC1:
priv->maps = &tda18271c1_map_layout;
memcpy(&priv->std, &tda18271c1_std_map,
sizeof(struct tda18271_std_map));
priv->std = tda18271c1_std_map;
break;
case TDA18271HDC2:
priv->maps = &tda18271c2_map_layout;
memcpy(&priv->std, &tda18271c2_std_map,
sizeof(struct tda18271_std_map));
priv->std = tda18271c2_std_map;
break;
default:
ret = -EINVAL;
Expand Down

0 comments on commit 51d7956

Please sign in to comment.