diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2012-08-18 11:51:35 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2012-08-18 11:51:35 +0000 |
commit | a54983dbc4eee85c0b79c9822d30c821823825ac (patch) | |
tree | 6b6fc85fdec3904a938e1ea9ec570b11a745dcda /target/linux/brcm47xx/patches-3.3/812-disable_wgt634u_crap.patch | |
parent | 37afa3cabe07a15c52421725ee31df1a1dc36a16 (diff) | |
download | master-187ad058-a54983dbc4eee85c0b79c9822d30c821823825ac.tar.gz master-187ad058-a54983dbc4eee85c0b79c9822d30c821823825ac.tar.bz2 master-187ad058-a54983dbc4eee85c0b79c9822d30c821823825ac.zip |
[brcm47xx] update gpio patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33208 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.3/812-disable_wgt634u_crap.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.3/812-disable_wgt634u_crap.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.3/812-disable_wgt634u_crap.patch b/target/linux/brcm47xx/patches-3.3/812-disable_wgt634u_crap.patch index e675c5309e..a2902e7c72 100644 --- a/target/linux/brcm47xx/patches-3.3/812-disable_wgt634u_crap.patch +++ b/target/linux/brcm47xx/patches-3.3/812-disable_wgt634u_crap.patch @@ -159,7 +159,7 @@ - - err = gpio_request(WGT634U_GPIO_RESET, "reset-buton"); - if (err) { -- printk(KERN_INFO "Can not register gpio fir reset button\n"); +- printk(KERN_INFO "Can not register gpio for reset button\n"); - return 0; - } - |