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: NAlexander Sverdlin <alexander.sverdlin@nokia.com> Tested-by: NŁukasz Gemborowski <lukasz.gemborowski@nokia.com> Acked-by: NLaurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: NJisheng Zhang <jszhang@marvell.com> Signed-off-by: NWolfram Sang <wsa@the-dreams.de> Cc: stable@kernel.org Fixes: b7f62584 ("i2c: add quirk checks to core")
Showing
想要评论请 注册 或 登录