From 3d6e204152702652cca7a48159e11693f7be7ec6 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 14 Mar 2012 10:28:35 +0100 Subject: [PATCH] --- yaml --- r: 299883 b: refs/heads/master c: de14ca6ae2c592d66db88f1e5596b26f7f011384 h: refs/heads/master i: 299881: 03907c72d9626f2478489a6ac33221ea9f8a8dea 299879: bbc0e1dce277ae89c6fe3a934c5bda44f0f5fef6 v: v3 --- [refs] | 2 +- trunk/arch/mips/ath79/dev-wmac.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 301ae02f17cd..967401cade2e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 05c8be02a98344148529441b28c0a8ce931dd6a8 +refs/heads/master: de14ca6ae2c592d66db88f1e5596b26f7f011384 diff --git a/trunk/arch/mips/ath79/dev-wmac.c b/trunk/arch/mips/ath79/dev-wmac.c index e21507052066..9c717bf98ffe 100644 --- a/trunk/arch/mips/ath79/dev-wmac.c +++ b/trunk/arch/mips/ath79/dev-wmac.c @@ -58,8 +58,8 @@ static void __init ar913x_wmac_setup(void) static int ar933x_wmac_reset(void) { - ath79_device_reset_clear(AR933X_RESET_WMAC); ath79_device_reset_set(AR933X_RESET_WMAC); + ath79_device_reset_clear(AR933X_RESET_WMAC); return 0; }