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
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
2 matches
Mail list logo