Merge tag 'v4.9.206' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroidg12-4.9.y

This is the 4.9.206 stable release
This commit is contained in:
Mauro (mdrjr) Ribeiro
2020-04-07 21:18:21 -03:00
133 changed files with 828 additions and 393 deletions

View File

@@ -430,7 +430,7 @@ static inline int gpiod_to_irq(const struct gpio_desc *desc)
static inline struct gpio_desc *gpio_to_desc(unsigned gpio)
{
return ERR_PTR(-EINVAL);
return NULL;
}
static inline int desc_to_gpio(const struct gpio_desc *desc)