i2c: ljca: Remove unused "target_addr" parameter
authorAndi Shyti <andi.shyti@kernel.org>
Thu, 8 Aug 2024 00:00:41 +0000 (01:00 +0100)
committerAndi Shyti <andi.shyti@kernel.org>
Tue, 10 Sep 2024 15:10:55 +0000 (17:10 +0200)
commit18024d60679a5ec34600ccd37cc1bf1f66f0eb6b
treef23cf139d85bad706a46704442c3c073463c341a
parentc7e08c816cd2fdf8b86f2762f4667ca0f748c286
i2c: ljca: Remove unused "target_addr" parameter

The stop command doesn't use any address on the target:

  w_packet->data[0] = 0;

and indeed the targed_addr parameter was unused. Remove it.

Cc: Wentong Wu <wentong.wu@intel.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-ljca.c