projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e1f9b
)
remoteproc: Modify FW_RSC_ADDR_ANY definition
author
Loic PALLARDY
<loic.pallardy@st.com>
Tue, 6 Sep 2016 07:39:42 +0000
(09:39 +0200)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Tue, 6 Sep 2016 18:06:21 +0000
(11:06 -0700)
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>
include/linux/remoteproc.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/remoteproc.h
b/include/linux/remoteproc.h
index d488f9e1e08ca4cdf6ea0e926b6590f89fbe6088..80e1cba78a041ea95af60528826afc58b8bc8ecc 100644
(file)
--- a/
include/linux/remoteproc.h
+++ b/
include/linux/remoteproc.h
@@
-118,7
+118,7
@@
enum fw_resource_type {
RSC_LAST = 4,
};
-#define FW_RSC_ADDR_ANY (
0xFFFFFFFFFFFFFFFF
)
+#define FW_RSC_ADDR_ANY (
-1
)
/**
* struct fw_rsc_carveout - physically contiguous memory request