]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
parisc: Firmware: Fix returned path for PDC_MODULE_FIND on older machines
authorHelge Deller <deller@gmx.de>
Thu, 9 Oct 2025 21:33:34 +0000 (23:33 +0200)
committerHelge Deller <deller@gmx.de>
Thu, 9 Oct 2025 21:45:04 +0000 (23:45 +0200)
commit44ac7f5c6d4c7fd62784bb2700245dbc4ac7e102
treed17b230d2691521d38317f9f37b76129494e27a1
parent610cb23bcc75bcd9fead3e41cbd867cccd0eb229
parisc: Firmware: Fix returned path for PDC_MODULE_FIND on older machines

Older machines (like my 715/64) don't correctly initialize the
device path when returning from the PDC_MODULE_FIND firmware call.
Work around that shortcoming by initializing the path with the
known values.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/firmware.c