Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366627
b: refs/heads/master
c: 98c3f94
h: refs/heads/master
i:
  366625: 37fc972
  366623: d62349f
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Mar 21, 2013
1 parent 87f872b commit 6ca3c90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: 07bb6bdddfa09f01024e5caeb2bab8836b8de13e
refs/heads/master: 98c3f94e6db3b4df21336b41c646366ea417527c
6 changes: 4 additions & 2 deletions trunk/drivers/media/common/siano/smscoreapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ void smscore_onresponse(struct smscore_device_t *coredev,
last_sample_time = time_now;

if (time_now - last_sample_time > 10000) {
sms_debug("\ndata rate %d bytes/secs",
sms_debug("data rate %d bytes/secs",
(int)((data_total * 1000) /
(time_now - last_sample_time)));

Expand Down Expand Up @@ -1606,7 +1606,9 @@ void smscore_onresponse(struct smscore_device_t *coredev,
break;

default:
sms_debug("message not handled.\n");
sms_debug("message %s(%d) not handled.",
smscore_translate_msg(phdr->msgType),
phdr->msgType);
break;
}
smscore_putbuffer(coredev, cb);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/common/siano/smsdvb-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ static int smsdvb_isdbt_set_frontend(struct dvb_frontend *fe)

c->bandwidth_hz = 6000000;

sms_info("%s: freq %d segwidth %d segindex %d\n", __func__,
sms_info("%s: freq %d segwidth %d segindex %d", __func__,
c->frequency, c->isdbt_sb_segment_count,
c->isdbt_sb_segment_idx);

Expand Down

0 comments on commit 6ca3c90

Please sign in to comment.