1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 22:54:40 +01:00
Files
u-boot-megous/include/linux
Simon Goldschmidt 8c59ca93b8 linux err: make ERR_PTR/PTR_ERR architecture specific
This patch changes ERR_PTR/PTR_ERR to use CONFIG_ERR_PTR_OFFSET to map
errno values into a pointer region that cannot contain valid pointers.

IS_ERR and IS_ERR_OR_NULL have to be converted to use PTR_ERR, too,
for this to work.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
2019-11-07 18:01:13 -05:00
..
2018-06-07 17:08:06 -04:00
2019-07-31 09:20:51 +02:00
2018-11-20 13:08:15 +01:00
2017-07-06 16:17:19 -04:00
2019-05-20 13:50:34 +02:00
2017-04-13 09:41:10 -04:00
2018-12-02 21:59:37 +01:00
2018-11-20 13:08:15 +01:00
2017-07-06 16:17:19 -04:00
2019-06-05 09:16:32 -07:00
2017-10-16 09:42:51 -04:00
2019-05-05 08:48:50 -04:00