We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ed0f7 commit 4cdf0e7Copy full SHA for 4cdf0e7
drivers/perf/fsl_imx8_ddr_perf.c
@@ -29,7 +29,7 @@
29
#define CNTL_OVER_MASK 0xFFFFFFFE
30
31
#define CNTL_CSV_SHIFT 24
32
-#define CNTL_CSV_MASK (0xFF << CNTL_CSV_SHIFT)
+#define CNTL_CSV_MASK (0xFFU << CNTL_CSV_SHIFT)
33
34
#define EVENT_CYCLES_ID 0
35
#define EVENT_CYCLES_COUNTER 0
0 commit comments