/*
- * linux/drivers/char/ar7_gpio.c
- *
- * Copyright (C) 2007 OpenWrt.org
+ * Copyright (C) 2007 Nicolas Thill <nico@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
case 'o':
case 'O':
case '>':
- gpio_direction_output(pin);
+ gpio_direction_output(pin, 0);
break;
default:
return -EINVAL;