From dca0f4c6c4f956b6f6af669b946b4162ff737121 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Sat, 1 Sep 2012 14:11:22 +0800 Subject: [PATCH] --- yaml --- r: 322487 b: refs/heads/master c: 1146f8822ae6601e24f9072d6cd74f76506142cd h: refs/heads/master i: 322485: 67299ec010733df1fb9cdb4e3032ba006223a23e 322483: 61c33f0f15d956ae4b850b635754d57f7824ed53 322479: abcbe9bb874a153abd22bd41c3d3da90be13c2b6 v: v3 --- [refs] | 2 +- trunk/drivers/gpio/gpio-rdc321x.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5e5c03f749bd..048b806c3ce2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dd2914972e5f6d9c1a687158c0f65b81d239fe37 +refs/heads/master: 1146f8822ae6601e24f9072d6cd74f76506142cd diff --git a/trunk/drivers/gpio/gpio-rdc321x.c b/trunk/drivers/gpio/gpio-rdc321x.c index e97016af6443..b62d443e9a59 100644 --- a/trunk/drivers/gpio/gpio-rdc321x.c +++ b/trunk/drivers/gpio/gpio-rdc321x.c @@ -170,6 +170,7 @@ static int __devinit rdc321x_gpio_probe(struct platform_device *pdev) rdc321x_gpio_dev->reg2_data_base = r->start + 0x4; rdc321x_gpio_dev->chip.label = "rdc321x-gpio"; + rdc321x_gpio_dev->chip.owner = THIS_MODULE; rdc321x_gpio_dev->chip.direction_input = rdc_gpio_direction_input; rdc321x_gpio_dev->chip.direction_output = rdc_gpio_config; rdc321x_gpio_dev->chip.get = rdc_gpio_get_value;