From 356d5d28f2cd45ee1956ee868de6f5d37bb9f7dd Mon Sep 17 00:00:00 2001 From: Wei Yongjun Date: Wed, 14 Jan 2015 09:10:56 +0800 Subject: [PATCH] Mailbox: Fix return value check in pcc_init() In case of error, the function platform_create_bundle() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Signed-off-by: Wei Yongjun --- Reading git-format-patch failed