pwm: Fix double shift bug
[platform/kernel/linux-starfive.git] / include / linux / pwm.h
index d2f9f69..fe0f38c 100644 (file)
@@ -41,8 +41,8 @@ struct pwm_args {
 };
 
 enum {
-       PWMF_REQUESTED = 1 << 0,
-       PWMF_EXPORTED = 1 << 1,
+       PWMF_REQUESTED = 0,
+       PWMF_EXPORTED = 1,
 };
 
 /*