camera(v0.2.0x1c): compile error
authorddl <ddl@rock-chips.com>
Sat, 29 Dec 2012 06:24:56 +0000 (14:24 +0800)
committerddl <ddl@rock-chips.com>
Sat, 29 Dec 2012 06:25:04 +0000 (14:25 +0800)
drivers/media/video/rk30_camera_oneframe.c

index 84208f5195f9b454c09d6d8b96382e606a2dc6f6..a849b69172ae79846df169182847eaa0ccdcccff 100755 (executable)
@@ -2225,7 +2225,7 @@ static int rk_camera_try_fmt(struct soc_camera_device *icd,
        if((usr_w == 10000) && (usr_h == 10000)) {
                pix->width = mf.width;
         pix->height = mf.height;
-        RKCAMERA_DG("Sensor resolution : %dx%d\n", );
+        RKCAMERA_DG("%s: Sensor resolution : %dx%d\n",__FUNCTION__,mf.width,mf.height);
                goto RK_CAMERA_TRY_FMT_END;
        } else {
         RKCAMERA_DG("%s: user demand: %dx%d  sensor output: %dx%d \n",__FUNCTION__,usr_w,usr_h,mf.width,mf.height);