]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ENGR00271053-3 mx6sl: csi/v4l2: remove PAGE_ALIGN for image size calculation
authorRobby Cai <R63905@freescale.com>
Mon, 15 Jul 2013 10:54:49 +0000 (18:54 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:14:15 +0000 (14:14 +0200)
commit997d4020540e3dc6f9d24b72a4d44a3ac93ac74d
tree94a80b1ca74f20cc2a8b19c19528346a9266dcf1
parent7b1d26494a5b9a0cd269a2f7cda19722f1519c24
ENGR00271053-3 mx6sl: csi/v4l2: remove PAGE_ALIGN for image size calculation

The driver should inform the upper-lever application the exact size of
the image. PAGE_ALIGN macro should be removed.

Signed-off-by: Robby Cai <R63905@freescale.com>
drivers/media/video/mxc/capture/csi_v4l2_capture.c