Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98505
b: refs/heads/master
c: 0b915e7
h: refs/heads/master
i:
  98503: 1374266
v: v3
  • Loading branch information
Oliver Endriss authored and Mauro Carvalho Chehab committed Jun 26, 2008
1 parent 3d7a30f commit af9ae7e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: edabaffc7e7fccdeadac6273704102adc2b604ae
refs/heads/master: 0b915e74ac10b65da930aa430837d4338f5deb65
4 changes: 1 addition & 3 deletions trunk/drivers/media/dvb/ttpci/av7110_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,10 +854,8 @@ static osd_raw_window_t bpp2bit[8] = {

static inline int WaitUntilBmpLoaded(struct av7110 *av7110)
{
int ret = wait_event_interruptible_timeout(av7110->bmpq,
int ret = wait_event_timeout(av7110->bmpq,
av7110->bmp_state != BMP_LOADING, 10*HZ);
if (ret == -ERESTARTSYS)
return ret;
if (ret == 0) {
printk("dvb-ttpci: warning: timeout waiting in LoadBitmap: %d, %d\n",
ret, av7110->bmp_state);
Expand Down

0 comments on commit af9ae7e

Please sign in to comment.