Re: [U-Boot] [PATCH 1/2] gdsys_rxaui_ctrl: Return old state

2019-03-29 Thread Mario Six
On Mon, Jan 28, 2019 at 9:48 AM Mario Six wrote: > > Make the gdsys_rxaui_ctrl polarity setting function return the old > state to comply with the API requirements. > > Signed-off-by: Mario Six > --- > drivers/misc/gdsys_rxaui_ctrl.c | 7 ++- > 1 file changed, 6 insertions(+), 1 deletion(-)

[U-Boot] [PATCH 1/2] gdsys_rxaui_ctrl: Return old state

2019-01-28 Thread Mario Six
Make the gdsys_rxaui_ctrl polarity setting function return the old state to comply with the API requirements. Signed-off-by: Mario Six --- drivers/misc/gdsys_rxaui_ctrl.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/misc/gdsys_rxaui_ctrl.c