From: Tomoya MORINAGA Date: Thu, 23 Jun 2011 07:17:10 +0000 (+0900) Subject: i2c-eg20t : Fix the issue of Combined R/W transfer mode X-Git-Tag: v3.1-rc1~154^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07e729ce894487e92405d3b221cffe587420a376;p=pandora-kernel.git i2c-eg20t : Fix the issue of Combined R/W transfer mode issue-1 In case combined transfer mode fails halfway, the processing must be stopped halfway. However currently, the processing is continued. This patch breaks the processing. issue-2 Currently, pch_i2c_xfer returns read/write size at that time. However pch_i2c_xfer must return the number of messages to be read/written. This patch modifies correctly. Signed-off-by: Tomoya MORINAGA Signed-off-by: Ben Dooks --- Reading git-diff-tree failed