From: Loic PALLARDY Date: Tue, 6 Sep 2016 07:39:42 +0000 (+0200) Subject: remoteproc: Modify FW_RSC_ADDR_ANY definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cd5830512044d301d397d1499738ee00a8836247;p=linux-beck.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 d488f9e1e08c..80e1cba78a04 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