commit | 95deb43e6f329716478d36000cd28139af3f1207 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Thu Mar 05 16:18:54 2020 +0900 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Tue Mar 10 14:50:58 2020 +0200 |
tree | a2dead3a2270c1946cb630066d8d4d40bcba3e9f | |
parent | afb51d2750be7dfdb9340f1e71d9e4cbebe1d3ba [diff] |
drivers: serial: uart_sam: Fix irq_update API function The `irq_update` UART API function must always return 1 according to the API documentations. This commit fixes the `irq_update` API function to unconditionally return `1`. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>