diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-08-30 04:44:31 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-09-26 11:30:34 -0400 |
commit | 58f56cbe29042dca81fd59c05fb2055d58557d1e (patch) | |
tree | 1faa874585b29f4c681879759e01c6fc3e1e4367 /drivers | |
parent | 59ba9154952baddfaea18e9decf91c040511c0ed (diff) |
V4L/DVB (4556): Fix a typo.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-encoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-encoder.c b/drivers/media/video/pvrusb2/pvrusb2-encoder.c index 18a7073501c6..c94f97b79392 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-encoder.c +++ b/drivers/media/video/pvrusb2/pvrusb2-encoder.c | |||
@@ -317,7 +317,7 @@ int pvr2_encoder_configure(struct pvr2_hdw *hdw) | |||
317 | 317 | ||
318 | if (ret) { | 318 | if (ret) { |
319 | pvr2_trace(PVR2_TRACE_ERROR_LEGS, | 319 | pvr2_trace(PVR2_TRACE_ERROR_LEGS, |
320 | "Failed to configure cx32416"); | 320 | "Failed to configure cx23416"); |
321 | return ret; | 321 | return ret; |
322 | } | 322 | } |
323 | 323 | ||
@@ -337,7 +337,7 @@ int pvr2_encoder_configure(struct pvr2_hdw *hdw) | |||
337 | 337 | ||
338 | if (ret) { | 338 | if (ret) { |
339 | pvr2_trace(PVR2_TRACE_ERROR_LEGS, | 339 | pvr2_trace(PVR2_TRACE_ERROR_LEGS, |
340 | "Failed to initialize cx32416 video input"); | 340 | "Failed to initialize cx23416 video input"); |
341 | return ret; | 341 | return ret; |
342 | } | 342 | } |
343 | 343 | ||