|
@@ -480,7 +480,6 @@ int hif_apps_irqs_disable(struct hif_opaque_softc *hif_ctx)
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
|
|
|
|
/* if the wake_irq is shared, don't disable it twice */
|
|
/* if the wake_irq is shared, don't disable it twice */
|
|
- disable_irq(scn->wake_irq);
|
|
|
|
for (i = 0; i < scn->ce_count; ++i) {
|
|
for (i = 0; i < scn->ce_count; ++i) {
|
|
int irq = scn->bus_ops.hif_map_ce_to_irq(scn, i);
|
|
int irq = scn->bus_ops.hif_map_ce_to_irq(scn, i);
|
|
|
|
|
|
@@ -502,7 +501,6 @@ int hif_apps_irqs_enable(struct hif_opaque_softc *hif_ctx)
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
|
|
|
|
/* if the wake_irq is shared, don't enable it twice */
|
|
/* if the wake_irq is shared, don't enable it twice */
|
|
- enable_irq(scn->wake_irq);
|
|
|
|
for (i = 0; i < scn->ce_count; ++i) {
|
|
for (i = 0; i < scn->ce_count; ++i) {
|
|
int irq = scn->bus_ops.hif_map_ce_to_irq(scn, i);
|
|
int irq = scn->bus_ops.hif_map_ce_to_irq(scn, i);
|
|
|
|
|