Re: [PATCH v2 06/19] remoteproc: core: Add explicit message error if cached table failed

2016-09-08 Thread loic pallardy
On 09/01/2016 09:09 AM, Lee Jones wrote: On Wed, 31 Aug 2016, Loic Pallardy wrote: In rproc_fw_boot, add error message if kmemdump failed as done for other errors. Signed-off-by: Loic Pallardy --- drivers/remoteproc/remoteproc_core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)

Re: [PATCH v2 06/19] remoteproc: core: Add explicit message error if cached table failed

2016-09-01 Thread Lee Jones
On Wed, 31 Aug 2016, Loic Pallardy wrote: > In rproc_fw_boot, add error message if kmemdump failed > as done for other errors. > > Signed-off-by: Loic Pallardy > --- > drivers/remoteproc/remoteproc_core.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/remot

[PATCH v2 06/19] remoteproc: core: Add explicit message error if cached table failed

2016-08-31 Thread Loic Pallardy
In rproc_fw_boot, add error message if kmemdump failed as done for other errors. Signed-off-by: Loic Pallardy --- drivers/remoteproc/remoteproc_core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core