Re: [PATCH -next] gpu: host1x: Convert to DEFINE_SHOW_ATTRIBUTE

From: miaoqinglang
Date: Thu Jul 16 2020 - 21:32:30 EST



å 2020/7/16 21:34, Thierry Reding åé:
On Thu, Jul 16, 2020 at 05:03:23PM +0800, Qinglang Miao wrote:
From: Yongqiang Liu <liuyongqiang13@xxxxxxxxxx>

Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.

Signed-off-by: Yongqiang Liu <liuyongqiang13@xxxxxxxxxx>
---
drivers/gpu/host1x/debug.c | 28 ++++------------------------
1 file changed, 4 insertions(+), 24 deletions(-)
This doesn't apply. Can you please resend, based on something like
linux-next?

Thanks,
Thierry
Hi, Thierry

 Sorry I didn't mention it in commit log, but this patch is based on linux-next where commit <4d4901c6d7> has switched over direct seq_read method calls to seq_read_iter, this is why there's conflict in your apply.

 Do you think I should send a new patch based on 5.8rc?

Thanks.