Opened 14 years ago
Closed 14 years ago
#265 closed defect (fixed)
pciintel uses EPARTY inappropriately
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.4.3 |
Component: | helenos/drv/pciintel | Version: | |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
The EPARTY error code is a return value meant to be used by the kernel to signal the failure to copy the received call to the recipient's address space. The kernel must answer such call itself (or it gets forgotten) and it does so by using EPARTY as return value.
The pciintel driver should not therefore use EPARTY for its own purposes.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset:mainline,757.