diff mbox

drivers/media/video/mt9v022.c (2.6.35.4): Fixed compilation warning

Message ID 257277.1946.qm@web45816.mail.sp1.yahoo.com (mailing list archive)
State Accepted
Headers show

Commit Message

Poyo VL Sept. 3, 2010, 9:20 p.m. UTC
None
diff mbox

Patch

--- a/drivers/media/video/mt9v022.c    2010-08-27 02:47:12.000000000 +0300
+++ b/drivers/media/video/mt9v022.c    2010-09-01 16:12:00.704505851 +0300
@@ -402,9 +402,6 @@ 
         if (mt9v022->model != V4L2_IDENT_MT9V022IX7ATC)
             return -EINVAL;
         break;
-    case 0:
-        /* No format change, only geometry */
-        break;
     default:
         return -EINVAL;
     }