Changeset 0f5c4e4 in mainline for uspace/drv/block/ahci/ahci.c


Ignore:
Timestamp:
2025-05-28T19:02:32Z (3 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Parents:
61f28c4
Message:

Fix crash in AHCI driver and sata_bd server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ahci/ahci.c

    r61f28c4 r0f5c4e4  
    11/*
     2 * Copyright (c) 2025 Jiri Svoboda
    23 * Copyright (c) 2012 Petr Jerman
    34 * All rights reserved.
     
    10751076        }
    10761077
     1078        fun = sata->fun;
    10771079        ddf_fun_set_ops(fun, &ahci_ops);
    10781080
Note: See TracChangeset for help on using the changeset viewer.