|
@@ -509,7 +509,8 @@ static bool vsp1_dl_list_hw_update_pending(struct vsp1_dl_manager *dlm)
|
|
return !!(vsp1_read(vsp1, VI6_DL_BODY_SIZE)
|
|
return !!(vsp1_read(vsp1, VI6_DL_BODY_SIZE)
|
|
& VI6_DL_BODY_SIZE_UPD);
|
|
& VI6_DL_BODY_SIZE_UPD);
|
|
else
|
|
else
|
|
- return !!(vsp1_read(vsp1, VI6_CMD(dlm->index) & VI6_CMD_UPDHDR));
|
|
|
|
|
|
+ return !!(vsp1_read(vsp1, VI6_CMD(dlm->index))
|
|
|
|
+ & VI6_CMD_UPDHDR);
|
|
}
|
|
}
|
|
|
|
|
|
static void vsp1_dl_list_hw_enqueue(struct vsp1_dl_list *dl)
|
|
static void vsp1_dl_list_hw_enqueue(struct vsp1_dl_list *dl)
|