i2c_tools.c: i2ctransfer
authorNikolaus Voss <nv@vosn.de>
Mon, 11 Feb 2019 10:30:52 +0000 (11:30 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 11 Feb 2019 11:34:13 +0000 (12:34 +0100)
commitf81e0120f4478c58e126bcadb19b9954ed184e8f
tree4b55de0ef93e564494f4b6763203cd4001150cd0
parent61052d1bb8fe5da745c4333a8bf7d031d636b76e
i2c_tools.c: i2ctransfer

Call i2c_set_slave_addr() unconditionally as busy checking
is skipped depending on force argument.
Clarify usage texts for -f and -a flags.

Signed-off-by: Nikolaus Voss <nv@vosn.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/i2c_tools.c