i2c: mv64xxx: directly call send_start when initializing transfer
authorWolfram Sang <wsa@the-dreams.de>
Thu, 13 Feb 2014 20:36:32 +0000 (21:36 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 10 Mar 2014 16:23:20 +0000 (17:23 +0100)
Calling the state machine with a definite state which is only used in
this context is superfluous. Do it directly.

Tested-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-mv64xxx.c

Simple merge