mbox series

[v2,0/2] pinctrl: single: Move test PCS_HAS_PINCONF in pcs_parse_bits_in_pinctrl_entry() to the beginning and fix its return value

Message ID 20210722033930.4034-1-thunder.leizhen@huawei.com (mailing list archive)
Headers show
Series pinctrl: single: Move test PCS_HAS_PINCONF in pcs_parse_bits_in_pinctrl_entry() to the beginning and fix its return value | expand

Message

Leizhen (ThunderTown) July 22, 2021, 3:39 a.m. UTC
v1 --> v2:
Split bugfix and cleanup into two patches.


Zhen Lei (2):
  pinctrl: single: Fix error return code in
    pcs_parse_bits_in_pinctrl_entry()
  pinctrl: single: Move test PCS_HAS_PINCONF in
    pcs_parse_bits_in_pinctrl_entry() to the beginning

 drivers/pinctrl/pinctrl-single.c | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

Comments

Linus Walleij Aug. 10, 2021, 12:43 p.m. UTC | #1
On Thu, Jul 22, 2021 at 5:40 AM Zhen Lei <thunder.leizhen@huawei.com> wrote:

> v1 --> v2:
> Split bugfix and cleanup into two patches.

Patches applied! Thanks for fixing this Zhen, sorry for the delay.

Yours,
Linus Walleij