selftests: firmware: Fix the request_firmware_into_buf() test for XZ format
authorTakashi Iwai <tiwai@suse.de>
Thu, 21 Apr 2022 15:29:06 +0000 (17:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Apr 2022 06:51:17 +0000 (08:51 +0200)
commit04c826d0726720bc69617a291fad6e482ecf83d6
treea13bcb885427eecc50739ab204a20d366e2bf5d2
parentb3625b1324a56ff1194734c9b84a51b05e14a419
selftests: firmware: Fix the request_firmware_into_buf() test for XZ format

The test uses a different firmware name, and we forgot to adapt for
the XZ compressed file tests.

https://lore.kernel.org/all/20210127154939.13288-1-tiwai@suse.de/

Fixes: 1798045900b7 ("selftests: firmware: Add request_firmware_into_buf tests")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20220421152908.4718-4-tiwai@suse.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/firmware/fw_filesystem.sh