You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change ERR_TO_PTR / PTR_TO_ERR to simply ERR_PTR / PTR_ERR, since most
people are used to these macro names.
These functions now handle errors as being int-typed instead of
intptr_t, which had to be casted pretty much everywhere.
Signed-off-by: Paul Cercueil <[email protected]>
0 commit comments