camera: Set the maximum fps to 30.

Maximum fps supported was incorrectly set to 120.
Setting it to 30 fps.

Bug: 8873494
Change-Id: Iebff8ab58eb8376cb60c8f0cd93b8216ef51845f
Signed-off-by: Iliyan Malchev <malchev@google.com>
diff --git a/camera/QCameraHWI_Parm.cpp b/camera/QCameraHWI_Parm.cpp
index 2745c24..19dfc50 100644
--- a/camera/QCameraHWI_Parm.cpp
+++ b/camera/QCameraHWI_Parm.cpp
@@ -82,7 +82,7 @@
 
 //Default FPS
 #define MINIMUM_FPS 5
-#define MAXIMUM_FPS 120
+#define MAXIMUM_FPS 30
 #define DEFAULT_FIXED_FPS 30
 #define DEFAULT_FPS 30