]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
parisc: Fix iodc and device path return values on old machines
authorHelge Deller <deller@gmx.de>
Thu, 9 Oct 2025 21:37:28 +0000 (23:37 +0200)
committerHelge Deller <deller@gmx.de>
Thu, 9 Oct 2025 21:45:04 +0000 (23:45 +0200)
commitf4edb5c52c93b1bc676064472fb517566a3e2129
tree94edf3f334fa82c73822e08d601ae062c4da4931
parent44ac7f5c6d4c7fd62784bb2700245dbc4ac7e102
parisc: Fix iodc and device path return values on old machines

Older machines may not fully initialize the return values when asking for IODC
and device path data when building the inventory.  Work around possible
firmware leaks by proper initialization of the variables.

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