gpio: fix compiler warning with blank return
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -140,7 +140,7 @@ maa_gpio_interrupt_handler(void* arg)
|
|||||||
} else {
|
} else {
|
||||||
// we must have got an error code so die nicely
|
// we must have got an error code so die nicely
|
||||||
close(dev->isr_value_fp);
|
close(dev->isr_value_fp);
|
||||||
return;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user