From: Ben Hutchings Date: Wed, 19 Sep 2012 01:46:37 +0000 (+0100) Subject: sfc: Fix maximum array sizes for various MCDI commands X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~132^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=576eda8b08e00cbb0cf29ba777c2cb461c98cbbc;p=pandora-kernel.git sfc: Fix maximum array sizes for various MCDI commands The maximum array sizes have been calculated on the basis of a maximum SDU size of 255 bytes, whereas the actual maximum is 252 bytes. Constructing a larger SDU will result in a BUG_ON in efx_mcdi_copyin. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed