Commit e863781
drm/xe/ct: fix xa_store() error checking
Looks like we are meant to use xa_err() to extract the error encoded in
the ptr.
Fixes: dd08ebf ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Signed-off-by: Matthew Auld <[email protected]>
Cc: Matthew Brost <[email protected]>
Cc: Badal Nilawar <[email protected]>
Cc: <[email protected]> # v6.8+
Reviewed-by: Badal Nilawar <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 1aa4b78)
Signed-off-by: Lucas De Marchi <[email protected]>1 parent db7f92a commit e863781
1 file changed
+8
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
670 | | - | |
671 | | - | |
672 | 670 | | |
673 | | - | |
674 | | - | |
675 | | - | |
676 | | - | |
677 | | - | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
678 | 675 | | |
679 | | - | |
680 | 676 | | |
681 | 677 | | |
682 | 678 | | |
| |||
879 | 875 | | |
880 | 876 | | |
881 | 877 | | |
882 | | - | |
883 | | - | |
884 | 878 | | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
890 | 883 | | |
891 | 884 | | |
892 | 885 | | |
| |||
0 commit comments