Commit 9bdd7bb3 authored by Joe Perches's avatar Joe Perches Committed by Thomas Gleixner
Browse files

clocksource/drivers/npcm: Fix misuse of GENMASK macro

parent 222a21d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
#define NPCM7XX_Tx_INTEN		BIT(29)
#define NPCM7XX_Tx_COUNTEN		BIT(30)
#define NPCM7XX_Tx_ONESHOT		0x0
#define NPCM7XX_Tx_OPER			GENMASK(3, 27)
#define NPCM7XX_Tx_OPER			GENMASK(27, 3)
#define NPCM7XX_Tx_MIN_PRESCALE		0x1
#define NPCM7XX_Tx_TDR_MASK_BITS	24
#define NPCM7XX_Tx_MAX_CNT		0xFFFFFF