Re: [PATCH RFT] gpio: moxart: Actually set output state in moxart_gpio_direction_output()
From: Alexandre Courbot <hidden>
Date: 2014-03-25 02:15:38
From: Alexandre Courbot <hidden>
Date: 2014-03-25 02:15:38
On Mon, Mar 24, 2014 at 10:25 PM, Axel Lin [off-list ref] wrote:
moxart_gpio_direction_output() ignored the state passed into it. Fix it. Also slightly adjust the code to avoid forward declaration.
Considering that the code adjustment actually takes most of the volume of this patch, could you maybe separate these two changes into their own patches so the actual fix gets easier to spot?