You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
281 B
11 lines
281 B
13 years ago
|
--- a/drivers/bcma/core.c
|
||
|
+++ b/drivers/bcma/core.c
|
||
|
@@ -30,6 +30,7 @@ void bcma_core_disable(struct bcma_devic
|
||
|
udelay(10);
|
||
|
|
||
|
bcma_awrite32(core, BCMA_RESET_CTL, BCMA_RESET_CTL_RESET);
|
||
|
+ bcma_aread32(core, BCMA_RESET_CTL);
|
||
|
udelay(1);
|
||
|
}
|
||
|
EXPORT_SYMBOL_GPL(bcma_core_disable);
|