gpiolib: move comment to right function
[deliverable/linux.git] / drivers / gpio / gpiolib.c
index a33bfc23e9f5486acdc94f3b09c83da4e0368224..c2534d62911cfd18434c9b2bb172cad265603e0d 100644 (file)
@@ -172,12 +172,12 @@ static int gpio_ensure_requested(struct gpio_desc *desc)
        return 0;
 }
 
-/* caller holds gpio_lock *OR* gpio is marked as requested */
 static struct gpio_chip *gpiod_to_chip(const struct gpio_desc *desc)
 {
        return desc ? desc->chip : NULL;
 }
 
+/* caller holds gpio_lock *OR* gpio is marked as requested */
 struct gpio_chip *gpio_to_chip(unsigned gpio)
 {
        return gpiod_to_chip(gpio_to_desc(gpio));
This page took 0.023704 seconds and 5 git commands to generate.