]> code.delx.au - refind/blobdiff - refind/driver_support.c
Properly initialise variable to fix detection of non-Arch kernel versions
[refind] / refind / driver_support.c
index 3faf9846ee68f6b26baf51cbb13d4d4b432a6e40..565ae0cc59924685ac62a7f5ad737d376fde8070 100644 (file)
@@ -442,7 +442,8 @@ EFI_STATUS ConnectAllDriversToAllControllers(VOID) {
  * To fix it: we will disconnect drivers that connected to DiskIo BY_DRIVER
  * if this is partition volume and if those drivers did not produce file system,
  * then try to connect every unconnected device to the driver whose handle is
- * passed to us.
+ * passed to us. This should have no effect on systems unaffected by this EFI
+ * bug/quirk.
  */
 VOID ConnectFilesystemDriver(EFI_HANDLE DriverHandle) {
     EFI_STATUS                            Status;