Re: [PATCH v2 0/7] Use devm_request_region

2016-02-13 Thread Linus Walleij
On Wed, Feb 3, 2016 at 9:15 PM, William Breathitt Gray 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 possibl

[PATCH v2 0/7] Use devm_request_region

2016-02-03 Thread William Breathitt Gray
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. Changes in v2: - Remove unused extent member fro