Skip to content

Commit

Permalink
V4L/DVB (4556): Fix a typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 59ba915 commit 58f56cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/pvrusb2/pvrusb2-encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ int pvr2_encoder_configure(struct pvr2_hdw *hdw)

if (ret) {
pvr2_trace(PVR2_TRACE_ERROR_LEGS,
"Failed to configure cx32416");
"Failed to configure cx23416");
return ret;
}

Expand All @@ -337,7 +337,7 @@ int pvr2_encoder_configure(struct pvr2_hdw *hdw)

if (ret) {
pvr2_trace(PVR2_TRACE_ERROR_LEGS,
"Failed to initialize cx32416 video input");
"Failed to initialize cx23416 video input");
return ret;
}

Expand Down

0 comments on commit 58f56cb

Please sign in to comment.