From: Alexander Sverdlin Date: Fri, 12 Jun 2015 12:41:00 +0000 (+0200) Subject: i2c: mux: pca954x: Use __i2c_transfer because of quirks X-Git-Tag: omap-for-v4.2/fixes-rc1^2~108^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a8237ae319ab5988d40a7a9b33d68846aae34b4;p=pandora-kernel.git i2c: mux: pca954x: Use __i2c_transfer because of quirks pca9541 and pca954x are calling master_xfer() of the parent adapter directly thus bypassing the quirks checks of the adapter. Use __i2c_transfer() instead. Signed-off-by: Alexander Sverdlin Tested-by: Ɓukasz Gemborowski Acked-by: Laurent Pinchart Reviewed-by: Jisheng Zhang Signed-off-by: Wolfram Sang Cc: stable@kernel.org Fixes: b7f625840267b1 ("i2c: add quirk checks to core") --- Reading git-diff-tree failed