Fix PPMU_BEVTSEL macro being used in the PPMU driver. Signed-off-by: Abhilash Kesavan <a.kesavan@xxxxxxxxxxx> --- drivers/devfreq/exynos/exynos_ppmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/devfreq/exynos/exynos_ppmu.h b/drivers/devfreq/exynos/exynos_ppmu.h index 71f17ba..d5c14eb 100644 --- a/drivers/devfreq/exynos/exynos_ppmu.h +++ b/drivers/devfreq/exynos/exynos_ppmu.h @@ -37,7 +37,7 @@ #define PPMU_BEVT0SEL 0x1000 #define PPMU_BEVTSEL_OFFSET 0x100 -#define PPMU_BEVTSEL(x) (PPMU_BEVT0SEL + (ch * PPMU_BEVTSEL_OFFSET)) +#define PPMU_BEVTSEL(ch) (PPMU_BEVT0SEL + (ch * PPMU_BEVTSEL_OFFSET)) /* For Event Selection */ #define RD_DATA_COUNT 0x5 -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html