]> asedeno.scripts.mit.edu Git - linux.git/commit
ocxl: read_pasid never returns an error, so make it void
authorAlastair D'Silva <alastair@d-silva.org>
Mon, 25 Mar 2019 05:34:53 +0000 (16:34 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 May 2019 16:55:00 +0000 (02:55 +1000)
commit32941494ff9a9f78fc967adf0e03044b62e09114
tree39cae0544960113af30f4c1c85f6db261f6c8eee
parent9c4ae0645682b97437072693f0edbee17214225b
ocxl: read_pasid never returns an error, so make it void

No need for a return value in read_pasid as it only returns 0.

Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
Acked-by: Frederic Barrat <fbarrat@linux.ibm.com>
Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/ocxl/config.c