Commit d3dfd13f authored by Linus Torvalds's avatar Linus Torvalds

Fixed mismerge of cpufreq and pcmcia updates

parent c5fc9c4b
......@@ -219,6 +219,9 @@ sa1100_pcmcia_notifier(struct notifier_block *nb, unsigned long val,
if (freqs->new < freqs->old)
sa1100_pcmcia_update_mecr(freqs->new);
break;
case CPUFREQ_RESUMECHANGE:
sa1100_pcmcia_update_mecr(freqs->new);
break;
}
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment