diff options
Diffstat (limited to 'drivers/misc/cxl/guest.c')
-rw-r--r-- | drivers/misc/cxl/guest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/cxl/guest.c b/drivers/misc/cxl/guest.c index 3e102cd6ed91..e04bc4ddfd74 100644 --- a/drivers/misc/cxl/guest.c +++ b/drivers/misc/cxl/guest.c | |||
@@ -887,7 +887,7 @@ static void afu_handle_errstate(struct work_struct *work) | |||
887 | afu_guest->previous_state == H_STATE_PERM_UNAVAILABLE) | 887 | afu_guest->previous_state == H_STATE_PERM_UNAVAILABLE) |
888 | return; | 888 | return; |
889 | 889 | ||
890 | if (afu_guest->handle_err == true) | 890 | if (afu_guest->handle_err) |
891 | schedule_delayed_work(&afu_guest->work_err, | 891 | schedule_delayed_work(&afu_guest->work_err, |
892 | msecs_to_jiffies(3000)); | 892 | msecs_to_jiffies(3000)); |
893 | } | 893 | } |