On 13/3/24 09:57, Mark Cave-Ayland wrote:
Now that all users of esp_fifo_push() operate on the main FIFO there is no need to pass the FIFO explicitly.Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> --- hw/scsi/esp.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>