mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 00:56:47 +02:00
[ramips] fix a typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17474 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
bc567c1019
commit
344d167a94
@ -204,7 +204,7 @@ static struct ramips_gpio_chip ramips_gpio_chip2 = {
|
|||||||
|
|
||||||
static __init void ramips_gpio_chip_add(struct ramips_gpio_chip *rg)
|
static __init void ramips_gpio_chip_add(struct ramips_gpio_chip *rg)
|
||||||
{
|
{
|
||||||
/* set priority to low for all lines */
|
/* set polarity to low for all lines */
|
||||||
ramips_gpio_wr(rg, RAMIPS_GPIO_REG_POL, 0);
|
ramips_gpio_wr(rg, RAMIPS_GPIO_REG_POL, 0);
|
||||||
|
|
||||||
gpiochip_add(&rg->chip);
|
gpiochip_add(&rg->chip);
|
||||||
|
Loading…
Reference in New Issue
Block a user