summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <[email protected]>2017-09-21 16:51:36 +0200
committerTom Rini <[email protected]>2018-01-19 15:49:23 -0500
commit29171dcfaa639921954c8b2cd1b7de59888a1081 (patch)
treece1b492619686b0beec8fcad315bba755fb4a346 /scripts
parent866bb98468f5a442559825c97e3f1ffd5cf2e8de (diff)
mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bit
omap_hsmmc driver uses "|" in a couple of places for disabling a bit. While it's okay to use it in "mmc_reg_out" (since mmc_reg_out has a _mask_ argument to take care of resetting a bit), it's incorrectly used for resetting flags in "omap_hsmmc_send_cmd". Fix it here by using "&= ~()" to reset a bit. Signed-off-by: Kishon Vijay Abraham I <[email protected]> Signed-off-by: Jean-Jacques Hiblot <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions