[EMAIL PROTECTED] wrote:
unsigned short adc_scan(int channel)
{
+ int level = set_irq_level(HIGHEST_IRQ_LEVEL);
unsigned char data;
Now why are the PMU interrupts enabled at all? They shouldn't be. Linus
[EMAIL PROTECTED] wrote:
unsigned short adc_scan(int channel)
{
+ int level = set_irq_level(HIGHEST_IRQ_LEVEL);
unsigned char data;
Now why are the PMU interrupts enabled at all? They shouldn't be. Linus