From: Loic PALLARDY Date: Tue, 6 Sep 2016 07:39:42 +0000 (+0200) Subject: remoteproc: Modify FW_RSC_ADDR_ANY definition X-Git-Tag: v4.9-rc1~104^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd5830512044d301d397d1499738ee00a8836247;p=thirdparty%2Fkernel%2Flinux.git remoteproc: Modify FW_RSC_ADDR_ANY definition Replace 0xFFFFFFFFFFFFFFFF by -1 to fit any type. Signed-off-by: Loic Pallardy Signed-off-by: Bjorn Andersson --- diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h index d488f9e1e08ca..80e1cba78a041 100644 --- 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