Home
last modified time | relevance | path

Searched hist:d25dd66ae732f7752760d8f9306ba495de9dee8e (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/pinctrl/intel/
H A Dpinctrl-lynxpoint.cdiff d25dd66ae732f7752760d8f9306ba495de9dee8e Wed Nov 11 12:34:31 CET 2020 Andy Shevchenko <andriy.shevchenko@linux.intel.com> pinctrl: lynxpoint: Use defined constant for disabled bias explicitly

We have a specific constant to describe a disabled bias,
i.e. GPIWP_NONE. Use it explicitly instead of making
an assumption about its value.

While at it, move argument assignment to the switch-case
in lp_pin_config_get().

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>