summaryrefslogtreecommitdiff
path: root/staging/cli.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-26mausezahn: show long version on cliDaniel Borkmann1-1/+1
2013-05-21mausezahn: do not show version in promptDaniel Borkmann1-1/+1
2013-05-13staging: add mausezahn staging directoryDaniel Borkmann1-0/+570
65f7422288cd19c4a9202c4ac7a9cca673b9b2ea'>patch) tree384d5224632b37741f2d7200ac478e45cd2ac317 parent58cbbee2391ce3876e6eee80a4f2a7f025859c52 (diff)
x86/platform/mellanox: Fix return value check in mlxplat_init()
In case of error, the function platform_device_register_simple() returns ERR_PTR() and never returns NULL. The NULL test in the return value check must therefor be replaced with IS_ERR(). Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Vadim Pasternak <vadimp@mellanox.com> Cc: platform-driver-x86@vger.kernel.org Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat