Files
rocm-systems/hipamd/src
Laurent Morichetti 3911184607 SWDEV-252801 - Fix return HIP_RETURN(x)
HIP_RETURN(x) is not a value, it is a statement ending with a return,
this commit replaces all instances of "return HIP_RETURN(x)" with simply
"HIP_RETURN(x)"

Change-Id: I03293b2684a65367ff55e02b3a71ea49ec7a517a
2021-09-09 12:19:41 -07:00
..
2021-09-09 10:16:43 -04:00
2021-09-08 00:32:47 -04:00
2021-08-11 21:25:49 -07:00