Re: [PATCH v2 1/3] remoteproc: Modify FW_RSC_ADDR_ANY definition

2016-09-06 Thread Bjorn Andersson
On Tue 06 Sep 00:39 PDT 2016, Loic Pallardy wrote: > Replace 0x by -1 to fit any type. > > Signed-off-by: Loic Pallardy Applied, thanks > --- > include/linux/remoteproc.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/remoteproc.h b/inc

[PATCH v2 1/3] remoteproc: Modify FW_RSC_ADDR_ANY definition

2016-09-06 Thread Loic Pallardy
Replace 0x by -1 to fit any type. Signed-off-by: Loic Pallardy --- include/linux/remoteproc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/remoteproc.h b/include/linux/remoteproc.h index d488f9e..80e1cba 100644 --- a/include/linux/remoteproc.h