Ignore:
Timestamp:
Apr 21, 2025, 1:39:12 AM (4 months ago)
Author:
Paul Smedley
Message:

Fix a bunch of warnings, add a couple of realtek fixups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-exp/lib32/devres.c

    r753 r774  
    794794                        goto err_inval;
    795795
    796                 rc = pci_request_region(pdev, i, name);
     796                rc = pci_request_region(pdev, i, (char*)name);
    797797                if (rc)
    798798                        goto err_inval;
Note: See TracChangeset for help on using the changeset viewer.