i2c: xiic: Correct the datatype for rx_watermark
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Tue, 17 May 2022 05:34:52 +0000 (11:04 +0530)
committerWolfram Sang <wsa@kernel.org>
Sat, 21 May 2022 06:18:20 +0000 (08:18 +0200)
commit3c9fedf9903108430d36c20ed640069eef032f68
tree2ffada7a3a44b49097fb45f165b5a7b59c863e39
parent3fe2ec59db1a7569e18594b9c0cf1f4f1afd498e
i2c: xiic: Correct the datatype for rx_watermark

The message length data type should be u16 as per the i2c_msg structure.

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Acked-by: Michal Simek <michal.simek@amd.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-xiic.c