Changeset 774 for GPL/branches/uniaud32-exp/lib32/devres.c
- Timestamp:
- Apr 21, 2025, 1:39:12 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-exp/lib32/devres.c
r753 r774 794 794 goto err_inval; 795 795 796 rc = pci_request_region(pdev, i, name);796 rc = pci_request_region(pdev, i, (char*)name); 797 797 if (rc) 798 798 goto err_inval;
Note:
See TracChangeset
for help on using the changeset viewer.