Commit 58f56cbe authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (4556): Fix a typo.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 59ba9154
...@@ -317,7 +317,7 @@ int pvr2_encoder_configure(struct pvr2_hdw *hdw) ...@@ -317,7 +317,7 @@ int pvr2_encoder_configure(struct pvr2_hdw *hdw)
if (ret) { if (ret) {
pvr2_trace(PVR2_TRACE_ERROR_LEGS, pvr2_trace(PVR2_TRACE_ERROR_LEGS,
"Failed to configure cx32416"); "Failed to configure cx23416");
return ret; return ret;
} }
...@@ -337,7 +337,7 @@ int pvr2_encoder_configure(struct pvr2_hdw *hdw) ...@@ -337,7 +337,7 @@ int pvr2_encoder_configure(struct pvr2_hdw *hdw)
if (ret) { if (ret) {
pvr2_trace(PVR2_TRACE_ERROR_LEGS, pvr2_trace(PVR2_TRACE_ERROR_LEGS,
"Failed to initialize cx32416 video input"); "Failed to initialize cx23416 video input");
return ret; return ret;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment