Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219067
b: refs/heads/master
c: f277097
h: refs/heads/master
i:
  219065: 6cc3f6a
  219063: afea0c0
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent db2fa7c commit 2af0a21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 46a7a3cc9fe11f7a8d58fee6e7d5849298bc0212
refs/heads/master: f27709792912d30a4f1f5ae98fd23aab2d4483b4
2 changes: 1 addition & 1 deletion trunk/drivers/media/dvb/frontends/drx397xD.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static int write_fw(struct drx397xD_state *s, enum blob_ix ix)
exit_rc:
read_unlock(&fw[s->chip_rev].lock);

return 0;
return rc;
}

/* Function is not endian safe, use the RD16 wrapper below */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/s2255drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ static int s2255_got_frame(struct s2255_channel *channel, int jpgsize)
dprintk(2, "%s: [buf/i] [%p/%d]\n", __func__, buf, buf->vb.i);
unlock:
spin_unlock_irqrestore(&dev->slock, flags);
return 0;
return rc;
}

static const struct s2255_fmt *format_by_fourcc(int fourcc)
Expand Down

0 comments on commit 2af0a21

Please sign in to comment.