From: Wolfram Sang Date: Wed, 28 May 2014 07:44:39 +0000 (+0200) Subject: i2c: rcar: refactor irq state machine X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~5^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2382249b27d1589a1ae495a1df84d890982a3e1;p=pandora-kernel.git i2c: rcar: refactor irq state machine Remove the seperate functions and use designated constants. As readable but less overhead. Actually, this is even more readable since the old function used a mix of "=" and "|=". Signed-off-by: Wolfram Sang Acked-by: Kuninori Morimoto Acked-by: Geert Uytterhoeven Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed