Colin Ian King
cdfc2e2086
clk: sunxi-ng: a80: fix the zero'ing of bits 16 and 18
...
The zero'ing of bits 16 and 18 is incorrect. Currently the code
is masking with the bitwise-and of BIT(16) & BIT(18) which is
0, so the updated value for val is always zero. Fix this by bitwise
and-ing value with the correct mask that will zero bits 16 and 18.
Addresses-Coverity: (" Suspicious &= or |= constant expression")
Fixes: b8eb71dcdd08 ("clk: sunxi-ng: Add A80 CCU")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
2019-10-29 08:42:52 +01:00
..
2019-08-16 10:27:29 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-07-17 10:07:48 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2017-11-02 11:10:55 +01:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-06-05 17:36:37 +02:00
2019-07-17 10:07:48 -07:00
2019-05-30 11:26:37 -07:00
2019-07-17 10:07:48 -07:00
2019-05-30 11:26:37 -07:00
2019-07-17 10:07:48 -07:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-07-17 10:07:48 -07:00
2019-07-17 10:07:48 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:37 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:37 -07:00
2019-07-17 10:07:48 -07:00
2019-05-30 11:26:37 -07:00
2019-07-17 10:07:48 -07:00
2019-05-30 11:26:37 -07:00
2019-07-17 10:07:48 -07:00
2019-05-30 11:26:37 -07:00
2019-08-12 10:05:48 +02:00
2019-08-12 10:05:48 +02:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:37 -07:00
2019-07-17 10:07:48 -07:00
2019-05-30 11:26:37 -07:00
2019-10-29 08:42:52 +01:00
2019-05-30 11:26:37 -07:00
2019-07-17 10:07:48 -07:00
2019-05-30 11:26:37 -07:00
2019-06-24 18:28:31 -07:00
2018-05-04 17:05:46 +02:00
2019-08-21 17:20:31 +08:00
2019-05-01 13:01:26 -07:00
2019-06-22 10:13:16 +08:00
2019-05-01 13:01:26 -07:00
2019-05-21 10:50:46 +02:00
2018-12-04 08:41:13 +01:00