From 7abec14ef3b6a82dccaa74640ab3d3b98e925f63 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 11 Dec 2011 16:11:41 +0100 Subject: [PATCH] --- yaml --- r: 288192 b: refs/heads/master c: 87b43457f896975ba2aca1a611c018b3429a7b19 h: refs/heads/master 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 e9c0c0a622b0..a0144aa584bf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f79eaeb108499e10fa604103737e7273404e76a4 +refs/heads/master: 87b43457f896975ba2aca1a611c018b3429a7b19 diff --git a/trunk/arch/mips/ath79/dev-wmac.c b/trunk/arch/mips/ath79/dev-wmac.c index 24f546985b69..e21507052066 100644 --- a/trunk/arch/mips/ath79/dev-wmac.c +++ b/trunk/arch/mips/ath79/dev-wmac.c @@ -96,7 +96,7 @@ void __init ath79_register_wmac(u8 *cal_data) { if (soc_is_ar913x()) ar913x_wmac_setup(); - if (soc_is_ar933x()) + else if (soc_is_ar933x()) ar933x_wmac_setup(); else BUG();