From: Naveen Krishna Ch Date: Thu, 26 Jun 2014 05:14:58 +0000 (+0530) Subject: i2c: exynos5: remove extra line and fix an assignment X-Git-Tag: cleanup-for-v3.18~66^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=290025d9ffd6ba48b4e18e65e4a9aa668383fbf5;p=pandora-kernel.git 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 Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed