gpio: bcm-kona: add missing .owner to struct gpio_chip
[cascardo/linux.git] / drivers / gpio / gpio-bcm-kona.c
index 58188ba..72c927d 100644 (file)
@@ -280,6 +280,7 @@ static int bcm_kona_gpio_set_debounce(struct gpio_chip *chip, unsigned gpio,
 
 static struct gpio_chip template_chip = {
        .label = "bcm-kona-gpio",
+       .owner = THIS_MODULE,
        .direction_input = bcm_kona_gpio_direction_input,
        .get = bcm_kona_gpio_get,
        .direction_output = bcm_kona_gpio_direction_output,
@@ -587,8 +588,7 @@ static int bcm_kona_gpio_probe(struct platform_device *pdev)
                }
        }
 
-       dev_info(&pdev->dev, "Setting up Kona GPIO at 0x%p (phys %#x)\n",
-                kona_gpio->reg_base, res->start);
+       dev_info(&pdev->dev, "Setting up Kona GPIO\n");
 
        bcm_kona_gpio_reset(kona_gpio);