Re: [PATCH] fbtft: Remove access to page->index

2025-03-05 Thread Matthew Wilcox
On Wed, Mar 05, 2025 at 08:39:17AM +0100, Simona Vetter wrote: > On Tue, Mar 04, 2025 at 04:21:30PM +, Matthew Wilcox wrote: > > On Fri, Feb 21, 2025 at 05:53:16PM +, Lorenzo Stoakes wrote: > > > On Fri, Feb 21, 2025 at 05:31:29PM +, Matthew Wilcox (Oracle) wrote: > > > > There is no ne

Re: [PATCH] fbtft: Remove access to page->index

2025-03-04 Thread Simona Vetter
On Tue, Mar 04, 2025 at 04:21:30PM +, Matthew Wilcox wrote: > On Fri, Feb 21, 2025 at 05:53:16PM +, Lorenzo Stoakes wrote: > > On Fri, Feb 21, 2025 at 05:31:29PM +, Matthew Wilcox (Oracle) wrote: > > > There is no need to print out page->index as part of the debug message. > > > > > > S

Re: [PATCH] fbtft: Remove access to page->index

2025-03-04 Thread Matthew Wilcox
On Fri, Feb 21, 2025 at 05:53:16PM +, Lorenzo Stoakes wrote: > On Fri, Feb 21, 2025 at 05:31:29PM +, Matthew Wilcox (Oracle) wrote: > > There is no need to print out page->index as part of the debug message. > > > > Signed-off-by: Matthew Wilcox (Oracle) > > LGTM from my side, > > Review

[PATCH] fbtft: Remove access to page->index

2025-02-21 Thread Matthew Wilcox (Oracle)
There is no need to print out page->index as part of the debug message. Signed-off-by: Matthew Wilcox (Oracle) --- drivers/staging/fbtft/fbtft-core.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c in

Re: [PATCH] fbtft: Remove access to page->index

2025-02-21 Thread Lorenzo Stoakes
On Fri, Feb 21, 2025 at 05:31:29PM +, Matthew Wilcox (Oracle) wrote: > There is no need to print out page->index as part of the debug message. > > Signed-off-by: Matthew Wilcox (Oracle) LGTM from my side, Reviewed-by: Lorenzo Stoakes > --- > drivers/staging/fbtft/fbtft-core.c | 4 +--- >