From: Fan Du Date: Tue, 16 Sep 2014 09:21:03 +0000 (+0800) Subject: i2c: ismt: Use minimum descriptor size X-Git-Tag: fixes-against-v3.18-rc2~33^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b57cebedd3e8a384ab678a69e9b7128eb438a1f;p=pandora-kernel.git i2c: ismt: Use minimum descriptor size Software is allowed to allocate number of descriptor size from 2 to 256, this i2c controller could process more descriptor, but for i2c core soft ware layer, only one i2c transaction is allowed each time. So here switch to minimum 2 descriptor when initialization. Signed-off-by: Fan Du Acked-by: Neil Horman Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed