From: David Vrabel Date: Wed, 8 Aug 2007 13:23:48 +0000 (+0100) Subject: sdio: set the functions' block size X-Git-Tag: v2.6.24-rc1~1464^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a08f82b3cc522f727ace580a2aaee5402435bc8;p=pandora-kernel.git sdio: set the functions' block size Before a driver is probed, set the function's block size to the default so the driver is sure the block size is something sensible and it needn't explicitly set it. The default block size is the largest that's supported by both the card and the host, with a maximum of 512 to ensure aribitrarily sized transfer use the optimal (least) number of commands. See http://lkml.org/lkml/2007/8/7/150 for reasons for the block size choice. Signed-off-by: David Vrabel Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed