From: Felipe Balbi Date: Wed, 25 Feb 2015 20:03:23 +0000 (-0600) Subject: usb: musb: core: remove unnecessary logical comparison X-Git-Tag: omap-for-v4.1/fixes-rc1~167^2~55^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=896f7ea37f53666a72080d0958213d12ae59deaa;p=pandora-kernel.git usb: musb: core: remove unnecessary logical comparison devctl & MUSB_DEVCTL_HM represents a single bit, just check for the bit, there's really no need to compare the result against 0. Tested-by: Bin Liu Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed