From: Andrey Utkin Date: Thu, 17 Jul 2014 16:29:39 +0000 (+0300) Subject: pinctrl: msm: drop negativity check on unsigned value X-Git-Tag: omap-for-v3.17/fixes-against-rc2~128^2~6 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c349551027fadc9cfe1ec01068f6f8ac5b9331d;p=pandora-kernel.git pinctrl: msm: drop negativity check on unsigned value [linux-3.16-rc5/drivers/pinctrl/pinctrl-msm.c:145]: (style) Checking if unsigned variable 'mux_bit' is less than zero. if (WARN_ON(g->mux_bit < 0)) return -EINVAL; Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=80491 Reported-by: David Binderman Signed-off-by: Andrey Utkin Signed-off-by: Linus Walleij --- Reading git-diff-tree failed