Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1324788

Re: [PATCH 0/7] Use devm_request_region

From William Breathitt Gray <vilhelm.gray@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/7] Use devm_request_region
Date 2016-02-03 01:50 +0100
Message-ID <qXTNU-2Yj-11@gated-at.bofh.it> (permalink)
References <qXwxZ-1Yg-21@gated-at.bofh.it> <qXTuy-2P5-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 02/02/2016 07:26 PM, Alexandre Courbot wrote:
> On Tue, Feb 2, 2016 at 8:54 AM, William Breathitt Gray
> <vilhelm.gray@gmail.com> wrote:
>> By the time request_region is called in several GPIO drivers, a
>> corresponding device structure has already been allocated. The
>> devm_request_region function should be used to help simplify the cleanup
>> code and reduce the possible points of failure.
>>
>> William Breathitt Gray (7):
>>   gpio: 104-dio-48e: Use devm_request_region
>>   gpio: 104-idi-48: Use devm_request_region
>>   gpio: 104-idio-16: Use devm_request_region
>>   gpio: amd8111: Use devm_request_region
>>   gpio: ich: Use devm_request_region
>>   gpio: sch311x: Use devm_request_region
>>   gpio: ws16c48: Use devm_request_region
>>
>>  drivers/gpio/gpio-104-dio-48e.c | 22 +++++++-----------
>>  drivers/gpio/gpio-104-idi-48.c  | 22 +++++++-----------
>>  drivers/gpio/gpio-104-idio-16.c | 22 +++++++-----------
>>  drivers/gpio/gpio-amd8111.c     |  7 +++---
>>  drivers/gpio/gpio-ich.c         | 51 ++++++++---------------------------------
>>  drivers/gpio/gpio-sch311x.c     |  7 +++---
>>  drivers/gpio/gpio-ws16c48.c     | 22 +++++++-----------
>>  7 files changed, 47 insertions(+), 106 deletions(-)
> 
> Did a quick review and this looks all good, modulo the compile warning
> on patch 6.
> 
> Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>

The compile warning for patch 6 appears to be benign and preexisting: an 
unused variable. Since the warning is unrelated to this patchset, I'll   
submit a separate patch to remove the unused variable so that this        
warning will no longer show up on later compiles.                        
                                                                         
William Breathitt Gray

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/7] Use devm_request_region William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-02-02 01:00 +0100
  [PATCH 2/7] gpio: 104-idi-48: Use devm_request_region William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-02-02 01:00 +0100
  [PATCH 3/7] gpio: 104-idio-16: Use devm_request_region William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-02-02 01:00 +0100
  [PATCH 4/7] gpio: amd8111: Use devm_request_region William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-02-02 01:00 +0100
  Re: [PATCH 0/7] Use devm_request_region Alexandre Courbot <gnurou@gmail.com> - 2016-02-03 01:30 +0100
    Re: [PATCH 0/7] Use devm_request_region William Breathitt Gray <vilhelm.gray@gmail.com> - 2016-02-03 01:50 +0100

csiph-web