Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192816
b: refs/heads/master
c: 728385c
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 2a9cba2 commit c765a45
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 4e1af31aaaa8cc4a5cc1d894bdf04dfc7450d47f
refs/heads/master: 728385c4d31469b9124953f36fb42015435466c9
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/davinci/vpif_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static int vpif_get_std_info(struct channel_obj *ch)
int index;

std_info->stdid = vid_ch->stdid;
if (!std_info)
if (!std_info->stdid)
return -1;

for (index = 0; index < ARRAY_SIZE(ch_params); index++) {
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/saa7134/saa7134-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,6 @@ static int snd_card_saa7134_new_mixer(snd_card_saa7134_t * chip)
unsigned int idx;
int err, addr;

if (snd_BUG_ON(!chip))
return -EINVAL;
strcpy(card->mixername, "SAA7134 Mixer");

for (idx = 0; idx < ARRAY_SIZE(snd_saa7134_volume_controls); idx++) {
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/usbvideo/quickcam_messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -693,12 +693,13 @@ static int qcm_start_data(struct uvd *uvd)

static void qcm_stop_data(struct uvd *uvd)
{
struct qcm *cam = (struct qcm *) uvd->user_data;
struct qcm *cam;
int i, j;
int ret;

if ((uvd == NULL) || (!uvd->streaming) || (uvd->dev == NULL))
return;
cam = (struct qcm *) uvd->user_data;

ret = qcm_camera_off(uvd);
if (ret)
Expand Down

0 comments on commit c765a45

Please sign in to comment.