treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / arm / include / asm / kvm_ras.h
blobe9577292dfe4acdaf0235964d17f1c74a1648857
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2018 - Arm Ltd */
4 #ifndef __ARM_KVM_RAS_H__
5 #define __ARM_KVM_RAS_H__
7 #include <linux/types.h>
9 static inline int kvm_handle_guest_sea(phys_addr_t addr, unsigned int esr)
11 return -1;
14 #endif /* __ARM_KVM_RAS_H__ */