Kishon Vijay Abraham I
29171dcfaa
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 <kishon@ti.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2018-01-19 15:49:23 -05:00
..
2017-11-17 07:44:13 -05:00
2017-11-17 07:44:13 -05:00
2017-11-29 22:30:50 -05:00
2017-06-01 07:03:01 -06:00
2017-05-15 18:28:23 +09:00
2017-08-17 16:59:55 +09:00
2018-01-12 18:11:03 +09:00
2016-01-13 21:05:18 -05:00
2018-01-13 00:08:44 +09:00
2017-11-30 10:04:36 +08:00
2017-11-30 10:01:50 +08:00
2018-01-12 18:11:23 +09:00
2017-10-04 11:59:44 -04:00
2018-01-12 18:11:24 +09:00
2017-01-23 15:37:42 +09:00
2018-01-12 18:11:24 +09:00
2018-01-12 18:11:04 +09:00
2017-08-17 17:00:11 +09:00
2017-08-17 16:59:55 +09:00
2018-01-12 18:11:24 +09:00
2017-01-11 19:40:13 +09:00
2016-10-09 21:36:27 -06:00
2018-01-12 18:11:24 +09:00
2018-01-12 18:11:24 +09:00
2017-06-01 07:03:01 -06:00
2017-01-23 15:37:42 +09:00
2017-01-11 19:40:13 +09:00
2017-01-11 19:40:13 +09:00
2017-07-12 10:17:44 +02:00
2017-11-30 09:59:09 +08:00
2018-01-19 15:49:23 -05:00
2017-08-18 15:37:38 +09:00
2017-06-01 07:03:03 -06:00
2017-01-11 19:40:13 +09:00
2017-09-18 20:40:34 +02:00
2017-09-18 20:40:38 +02:00
2017-07-19 19:13:59 +09:00
2017-06-01 07:03:10 -06:00
2018-01-12 18:11:04 +09:00
2017-09-29 11:34:22 +09:00
2018-01-12 18:11:03 +09:00
2017-01-11 19:40:13 +09:00
2016-08-17 10:25:34 +09:00
2017-08-17 14:38:18 +09:00
2017-06-01 07:03:01 -06:00
2017-11-06 09:51:01 -05:00
2017-11-06 09:51:01 -05:00
2017-09-01 19:49:47 +05:30
2017-06-01 07:03:01 -06:00
2017-07-28 12:02:47 -06:00
2017-12-09 13:36:26 +01:00
2017-10-04 11:59:44 -04:00
2017-06-01 07:03:04 -06:00