On Sat, Sep 27, 2025 at 11:52:16AM +0200, Sven Eckelmann wrote:
While applying the patch for commit ede965fd555a ("i2c: rtl9300: remove broken SMBus Quick operation support"), a conflict was incorrectly solved by adding the I2C_FUNC_SMBUS_I2C_BLOCK feature flag. But the code to handle I2C_SMBUS_I2C_BLOCK_DATA requests will be added by a separate commit.
Fixes: ede965fd555a ("i2c: rtl9300: remove broken SMBus Quick operation support") Cc: stable@vger.kernel.org # v6.13+ Signed-off-by: Sven Eckelmann sven@narfation.org
Applied to for-current with $subject fixed to match the correct FUNC flag, thanks!