mirror of
https://github.com/AuxXxilium/redpill-lkm5.git
synced 2024-11-23 15:01:01 +07:00
fix typo
This commit is contained in:
parent
bd3d2ff620
commit
69d89123c0
@ -102,9 +102,10 @@ int vuart_enable_interrupts(struct serial8250_16550A_vdev *vdev)
|
||||
|
||||
return 0;
|
||||
|
||||
error_unlock_free:
|
||||
error_unlock_free:
|
||||
unlock_vuart(vdev);
|
||||
error_free:
|
||||
|
||||
error_free:
|
||||
if (vdev->virq_queue) {
|
||||
kfree(vdev->virq_queue);
|
||||
vdev->virq_queue = NULL;
|
||||
|
@ -20,4 +20,4 @@ int unregister_bios_psu_status_shim(void);
|
||||
int reset_bios_psu_status_shim(void);
|
||||
|
||||
|
||||
#endif //REDPILL_BIOS_HWCAP_SHIM_H
|
||||
#endif //REDPILL_BIOS_PSU_STATUS_SHIM_H
|
||||
|
Loading…
Reference in New Issue
Block a user