]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/staging/iio/adc/mxs-lradc.c
Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio...
[mirror_ubuntu-zesty-kernel.git] / drivers / staging / iio / adc / mxs-lradc.c
index d997d9c74ca824740a825cc5399c12be5d491875..5f1375c465e614390ca6ebacca245122d2d4cf34 100644 (file)
@@ -324,7 +324,7 @@ struct mxs_lradc {
 #define        LRADC_DELAY_TRIGGER(x) \
                                (((x) << LRADC_DELAY_TRIGGER_LRADCS_OFFSET) & \
                                LRADC_DELAY_TRIGGER_LRADCS_MASK)
-#define        LRADC_DELAY_KICK                        (1 << 20)
+#define        LRADC_DELAY_KICK                        BIT(20)
 #define        LRADC_DELAY_TRIGGER_DELAYS_MASK         (0xf << 16)
 #define        LRADC_DELAY_TRIGGER_DELAYS_OFFSET       16
 #define        LRADC_DELAY_TRIGGER_DELAYS(x) \