浏览代码

remoteproc: Modify FW_RSC_ADDR_ANY definition

Replace 0xFFFFFFFFFFFFFFFF by -1 to fit any type.

Signed-off-by: Loic Pallardy <loic.pallardy@st.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Loic PALLARDY 9 年之前
父节点
当前提交
cd58305120
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/remoteproc.h

+ 1 - 1
include/linux/remoteproc.h

@@ -118,7 +118,7 @@ enum fw_resource_type {
 	RSC_LAST	= 4,
 	RSC_LAST	= 4,
 };
 };
 
 
-#define FW_RSC_ADDR_ANY (0xFFFFFFFFFFFFFFFF)
+#define FW_RSC_ADDR_ANY (-1)
 
 
 /**
 /**
  * struct fw_rsc_carveout - physically contiguous memory request
  * struct fw_rsc_carveout - physically contiguous memory request