From: Hans Verkuil Date: Fri, 29 Mar 2013 10:20:36 +0000 (-0300) Subject: [media] solo6x10: The size of the thresholds ioctls was too large X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e7664e0827528701074875eef872f2be1dfaab8;p=pandora-kernel.git [media] solo6x10: The size of the thresholds ioctls was too large On powerpc the maximum size for the ioctl argument is 8191, and it was 8192. However, the 64x64 array of threshold values is more than is actually needed in practice for PAL and NTSC formats. A 45x45 array will do just fine. So change the size accordingly to fix this problem. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed