aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/dream/camera/msm_camera.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/dream/camera/msm_camera.c b/drivers/staging/dream/camera/msm_camera.c
index 7d938772eacc..4f808dc2ca48 100644
--- a/drivers/staging/dream/camera/msm_camera.c
+++ b/drivers/staging/dream/camera/msm_camera.c
@@ -2,7 +2,7 @@
2 * Copyright (C) 2008-2009 QUALCOMM Incorporated. 2 * Copyright (C) 2008-2009 QUALCOMM Incorporated.
3 */ 3 */
4 4
5//FIXME: most allocations need not be GFP_ATOMIC 5/* FIXME: most allocations need not be GFP_ATOMIC */
6/* FIXME: management of mutexes */ 6/* FIXME: management of mutexes */
7/* FIXME: msm_pmem_region_lookup return values */ 7/* FIXME: msm_pmem_region_lookup return values */
8/* FIXME: way too many copy to/from user */ 8/* FIXME: way too many copy to/from user */
@@ -361,7 +361,7 @@ static int __msm_get_frame(struct msm_sync *sync,
361 if (!frame->buffer) { 361 if (!frame->buffer) {
362 pr_err("%s: cannot get frame, invalid lookup address " 362 pr_err("%s: cannot get frame, invalid lookup address "
363 "y=%x cbcr=%x offset=%d\n", 363 "y=%x cbcr=%x offset=%d\n",
364 __FUNCTION__, 364 __func__,
365 pphy->y_phy, 365 pphy->y_phy,
366 pphy->cbcr_phy, 366 pphy->cbcr_phy,
367 frame->y_off); 367 frame->y_off);
@@ -455,7 +455,7 @@ static int msm_disable_vfe(struct msm_sync *sync, void __user *arg)
455 return rc; 455 return rc;
456} 456}
457 457
458static struct msm_queue_cmd* __msm_control(struct msm_sync *sync, 458static struct msm_queue_cmd *__msm_control(struct msm_sync *sync,
459 struct msm_control_device_queue *queue, 459 struct msm_control_device_queue *queue,
460 struct msm_queue_cmd *qcmd, 460 struct msm_queue_cmd *qcmd,
461 int timeout) 461 int timeout)