From: Helia Correia Date: Thu, 28 Nov 2013 15:02:41 +0000 (+0100) Subject: Documentation: i2c: Remove obsolete example X-Git-Tag: v3.14-rc1~146^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5a111a1b59eeaef4f680efc78232c2cd2f70b7;p=pandora-kernel.git Documentation: i2c: Remove obsolete example Documentation/i2c/fault-codes illustrates EINVAL error code as follows: "One example would be a driver trying an SMBus Block Write with block size outside the range of 1-32 bytes." However, the actual implementation of i2c subsystem truncates data length to be 32 bytes. Hence this example cannot happen anymore, and since it's obsolete, let's simply remove it from Documentation/i2c/fault-codes. Signed-off-by: Helia Correia Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed