Re: [PATCH] firmware: tegra: stop using seq_get_buf
From: Thierry Reding <hidden>
Date: 2021-08-12 14:05:44
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Thierry Reding <hidden>
Date: 2021-08-12 14:05:44
Also in:
lkml
On Tue, Aug 10, 2021 at 05:54:39PM +0200, Christoph Hellwig wrote:
Opencode a copy of mrq_debug_read in bpmp_debug_show so that it can use seq_write directly instead of poking holes into the seq_file abstractions using seq_get_buf. Signed-off-by: Christoph Hellwig <hch@lst.de> --- drivers/firmware/tegra/bpmp-debugfs.c | 58 ++++++++++++++++++++++----- 1 file changed, 47 insertions(+), 11 deletions(-)
Applied, thanks. Thierry