Re: [PATCH v2 0/7] Use devm_request_region

From: Linus Walleij
Date: Sat Feb 13 2016 - 17:46:24 EST


On Wed, Feb 3, 2016 at 9:15 PM, William Breathitt Gray
<vilhelm.gray@xxxxxxxxx> 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.
>
> Changes in v2:
> - Remove unused extent member from 104-dio-48e, 104-idi-48,
> 104-idio-16, and ws16c48 respective private data structures
> - Remove unused pdata pointer from sch311x_gpio_remove function

All 7 patches applied.

Yours,
Linus Walleij