commit | 896f7ea37f53666a72080d0958213d12ae59deaa | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Wed Feb 25 14:03:23 2015 -0600 |
committer | Felipe Balbi <balbi@ti.com> | Tue Mar 10 15:33:24 2015 -0500 |
tree | 83b3b3392ca34d6b90b9c0a20a91c5d3a42a166f | |
parent | ab7580c1479f9cc9d6a70a5184687a4d807fc612 [diff] |
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 <b-liu@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>