Re: [PATCH 0/7] agp: Various minor fixes

From: Helge Deller
Date: Tue Nov 30 2021 - 05:17:51 EST


On 11/30/21 11:03, Thomas Zimmermann wrote:
> Ping! Any feedback on these patches?

I just reviewed those patches, and sent some feedback.
The others are:
Acked-by: Helge Deller <deller@xxxxxx>

Helge

> Am 12.11.21 um 15:16 schrieb Thomas Zimmermann:
>> Fix a number of compiler warnings in the AGP drivers. No functional
>> changes.
>>
>> Thomas Zimmermann (7):
>>    agp: Remove trailing whitespaces
>>    agp: Include "compat_ioctl.h" where necessary
>>    agp: Documentation fixes
>>    agp/ati: Return error from ati_create_page_map()
>>    agp/nvidia: Ignore value returned by readl()
>>    agp/sworks: Remove unused variable 'current_size'
>>    agp/via: Remove unused variable 'current_size'
>>
>>   drivers/char/agp/ati-agp.c    | 10 ++++++++--
>>   drivers/char/agp/backend.c    |  2 ++
>>   drivers/char/agp/frontend.c   |  4 +++-
>>   drivers/char/agp/nvidia-agp.c |  6 +++---
>>   drivers/char/agp/sworks-agp.c |  5 +----
>>   drivers/char/agp/via-agp.c    |  3 ---
>>   6 files changed, 17 insertions(+), 13 deletions(-)
>>
>> --
>> 2.33.1
>>
>