From: Daniel Thompson Date: Fri, 24 Oct 2014 14:29:57 +0000 (+0100) Subject: gpio: msm-v1: Fix typo in function argument X-Git-Tag: omap-for-v3.19/fixes-rc1~89^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd1dbc3b9d20f9fe43d7b06848fc821bc88124c3;p=pandora-kernel.git gpio: msm-v1: Fix typo in function argument irq_set_irq_wake() treats its second argument as a boolean. It is much easier to read code when constant booleans are either 0 or 1! This particular line of code distracted me somewhat when I was doing a bit of work in a code browser since it (spuriously) got me worried that I had misunderstood how irq_set_irq_wake() worked. Signed-off-by: Daniel Thompson Reviewed-by: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed