Re: [PATCH] cxl: Fix error handling
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-10-31 05:37:52
Also in:
kernel-janitors, lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-10-31 05:37:52
Also in:
kernel-janitors, lkml
Christophe JAILLET [off-list ref] writes:
'cxl_dev_context_init()' returns an error pointer in case of error, not NULL. So test it with IS_ERR. Signed-off-by: Christophe JAILLET <redacted> --- un-compiled because I don't have the required cross build environment.
Do you run Ubuntu or Fedora? If so it's just a dnf/apt-get away: $ sudo dnf install gcc-c++-powerpc64-linux-gnu binutils-powerpc64-linux-gnu gcc-powerpc64-linux-gnu or $ sudo apt-get install gcc-powerpc64le-linux-gnu gcc-powerpc-linux-gnu libc-dev-powerpc-cross libc-dev-ppc64el-cross More here: https://github.com/linuxppc/linux/wiki/Building-powerpc-kernels cheers