Loading drivers/gpio/gpiolib.c +1 −1 Original line number Diff line number Diff line Loading @@ -1669,7 +1669,7 @@ static void devm_gpio_chip_release(struct device *dev, void *res) } /** * devm_gpiochip_add_data() - Resource manager gpiochip_add_data() * devm_gpiochip_add_data() - Resource managed gpiochip_add_data() * @dev: pointer to the device that gpio_chip belongs to. * @chip: the chip to register, with chip->base initialized * @data: driver-private data associated with this chip Loading Loading
drivers/gpio/gpiolib.c +1 −1 Original line number Diff line number Diff line Loading @@ -1669,7 +1669,7 @@ static void devm_gpio_chip_release(struct device *dev, void *res) } /** * devm_gpiochip_add_data() - Resource manager gpiochip_add_data() * devm_gpiochip_add_data() - Resource managed gpiochip_add_data() * @dev: pointer to the device that gpio_chip belongs to. * @chip: the chip to register, with chip->base initialized * @data: driver-private data associated with this chip Loading