]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/misc/ocxl: remove redundant rc variable
authorMinghao Chi <chi.minghao@zte.com.cn>
Wed, 15 Dec 2021 06:04:38 +0000 (06:04 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Dec 2021 09:26:28 +0000 (10:26 +0100)
commitfb5ecbfe9603959d031dafec83ca68239bde7fe6
tree09b8933c1a0000626045a433ad149ef437bea95a
parent8987230d988c122b3e47b7033a2a917935a4179a
drivers/misc/ocxl: remove redundant rc variable

Return value from ocxl_context_attach() directly instead
of taking this in another redundant variable.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Acked-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Minghao Chi <chi.minghao@zte.com.cn>
Link: https://lore.kernel.org/r/20211215060438.441918-1-chi.minghao@zte.com.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ocxl/file.c