Re: [PATCH] remoteproc: Fixup coredump debugfs disable request

2020-09-15 Thread Sibi Sankar
Hey Bjorn, Thanks for taking time to review the patch. On 2020-09-15 20:48, Bjorn Andersson wrote: On Tue 15 Sep 07:34 UTC 2020, Sibi Sankar wrote: Currently the coredump debugfs entry takes in "disable" to set the coredump state to "disabled". Let's just accept the expected state instead.

Re: [PATCH] remoteproc: Fixup coredump debugfs disable request

2020-09-15 Thread Bjorn Andersson
On Tue 15 Sep 07:34 UTC 2020, Sibi Sankar wrote: > Currently the coredump debugfs entry takes in "disable" to set the > coredump state to "disabled". Let's just accept the expected state > instead. > I like this patch, but rather than arguing that it should match the name of the internal state I

[PATCH] remoteproc: Fixup coredump debugfs disable request

2020-09-15 Thread Sibi Sankar
Currently the coredump debugfs entry takes in "disable" to set the coredump state to "disabled". Let's just accept the expected state instead. Fixes: 3afdc59e43904 ("remoteproc: Add coredump debugfs entry") Signed-off-by: Sibi Sankar --- drivers/remoteproc/remoteproc_debugfs.c | 2 +- 1 file cha