diff options
| -rw-r--r-- | cds9k-gpio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cds9k-gpio.c b/cds9k-gpio.c index 563f3a0..04c647a 100644 --- a/cds9k-gpio.c +++ b/cds9k-gpio.c @@ -32,7 +32,7 @@ static int cds9k_gpio_probe(struct platform_device *pdev)  	config.names =  	config.label =  	*/ -	config.ngpio = 8; +	config.ngpio = 16;  	config.reg_dat_base = base + GPIO_REG_PORT;  	config.reg_set_base = base + GPIO_REG_PORT;  	config.reg_dir_out_base = base + GPIO_REG_DIR;  | 
