Re: [PATCH 1/7] remoteproc: keystone: Use devm_kasprintf() to build name string

2024-08-08 Thread Hari Nagalla
On 8/2/24 13:22, Andrew Davis wrote: This is simpler and removes the need to assume the id length to be 1 digit, which then removes a W=1 compile warning about the same. Signed-off-by: Andrew Davis Acked/Tested-by: Hari Nagalla --- drivers/remoteproc/keystone_remoteproc.c | 6 +- 1 fi

[PATCH 1/7] remoteproc: keystone: Use devm_kasprintf() to build name string

2024-08-02 Thread Andrew Davis
This is simpler and removes the need to assume the id length to be 1 digit, which then removes a W=1 compile warning about the same. Signed-off-by: Andrew Davis --- drivers/remoteproc/keystone_remoteproc.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/remotepro