瀏覽代碼

V4L/DVB (4556): Fix a typo.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Mauro Carvalho Chehab 19 年之前
父節點
當前提交
58f56cbe29
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      drivers/media/video/pvrusb2/pvrusb2-encoder.c

+ 2 - 2
drivers/media/video/pvrusb2/pvrusb2-encoder.c

@@ -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;
 	}
 
@@ -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;
 	}