]> git.apps.os.sepia.ceph.com Git - linux-firmware.git/commit
fix broken cirrus firmware symlinks
authorThomas Backlund <tmb@tmb.nu>
Mon, 19 Jun 2023 15:02:10 +0000 (18:02 +0300)
committerJosh Boyer <jwboyer@kernel.org>
Tue, 20 Jun 2023 15:46:42 +0000 (11:46 -0400)
commit2f81bd9f502471e5decd183110d82d5a1cbd76d7
tree49b01fb920b0fa758e886651da30c6f3f26f77bf
parent1cd1c871c9162a2c34380e6dd0c8ac9474d36522
fix broken cirrus firmware symlinks

Commit: 244d6b5c2fdd ("cirrus: Add firmware for new Asus ROG Laptops") added
several Link: entries for cirrus firmwares, but as link and target exists in
the same directory, the extra "cirrus/" path gets them created as broken
symlinks.

Fix it up by removing the extra "cirrus/" path.

Signed-off-by: Thomas Backlund <tmb@tmb.nu>
Fixes: 244d6b5c2fdd ("cirrus: Add firmware for new Asus ROG Laptops")
Reported-by: Bit Twister2 <bittwister2@gmail.com>
Reported-by: David GEIGER <geiger.david68210@gmail.com>
Cc: Stefan Binding <sbinding@opensource.cirrus.com>
Cc: Josh Boyer <jwboyer@kernel.org>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
WHENCE