Naveen Krishna Ch 290025d9ff i2c: exynos5: remove extra line and fix an assignment
This patch does the following in exynos5_i2c_message_start() function
1. Fixes an assignment
   As, "i2c_auto_conf" is initialized to '0' at the beginning of the
   function and HSI2C_READ_WRITE is defined as (1u << 16)

   Using "|=" for the first assignment is more readable.

2. Removes an extra line

Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
2014-07-17 11:59:21 +02:00
..
2014-05-22 10:09:25 +02:00
2014-06-02 19:24:33 +02:00
2011-01-04 00:53:37 +00:00
2014-01-16 11:15:50 +01:00
2014-06-02 19:29:37 +02:00
2014-06-02 19:29:37 +02:00
2014-06-02 19:29:37 +02:00
2014-06-02 19:29:37 +02:00