Commit 2899bc8
fpga: zynqmp: Fix incorrect variables type
Some variables with incorrect type were passed to eemi_ops
API(fpga_read). This API is expecting an "u32 *" but the formal
parameter that was passes was of type "int *". Fixed the issue by
changing the variable types from "int" to "u32".
Addresses-Coverity: "incompatible_param"
Signed-off-by: Nava kishore Manne <nava.manne@xilinx.com>1 parent aac8be7 commit 2899bc8
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
316 | | - | |
| 317 | + | |
| 318 | + | |
317 | 319 | | |
318 | 320 | | |
319 | 321 | | |
| |||
0 commit comments