Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138346
b: refs/heads/master
c: 997fb78
h: refs/heads/master
v: v3
  • Loading branch information
Artem Makhutov authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent a247c6b commit cfa08f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 7d771ff0dc3371923db929d9f88932acec3fc8e8
refs/heads/master: 997fb78e73f3dce23c6fa773128583e1fa15d164
4 changes: 0 additions & 4 deletions trunk/drivers/media/dvb/frontends/stb6100_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ static int stb6100_get_frequency(struct dvb_frontend *fe, u32 *frequency)
return err;
}
*frequency = t_state.frequency;
printk("%s: Frequency=%d\n", __func__, t_state.frequency);
}
return 0;
}
Expand All @@ -59,7 +58,6 @@ static int stb6100_set_frequency(struct dvb_frontend *fe, u32 frequency)
return err;
}
}
printk("%s: Frequency=%d\n", __func__, t_state.frequency);
return 0;
}

Expand All @@ -81,7 +79,6 @@ static int stb6100_get_bandwidth(struct dvb_frontend *fe, u32 *bandwidth)
}
*bandwidth = t_state.bandwidth;
}
printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
return 0;
}

Expand All @@ -103,6 +100,5 @@ static int stb6100_set_bandwidth(struct dvb_frontend *fe, u32 bandwidth)
return err;
}
}
printk("%s: Bandwidth=%d\n", __func__, t_state.bandwidth);
return 0;
}

0 comments on commit cfa08f5

Please sign in to comment.