Re: [PATCH] mailbox: xgene-slimpro: Fix wrong test for devm_kzalloc

2016-04-06 Thread Axel Lin
2016-03-21 20:12 GMT+08:00 Axel Lin : > devm_kzalloc() returns NULL on failure. Hi, I'm wondering if this trivial fix is lost. Should I resend it?

[PATCH] mailbox: xgene-slimpro: Fix wrong test for devm_kzalloc

2016-03-21 Thread Axel Lin
devm_kzalloc() returns NULL on failure. Signed-off-by: Axel Lin --- drivers/mailbox/mailbox-xgene-slimpro.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mailbox/mailbox-xgene-slimpro.c b/drivers/mailbox/mailbox-xgene-slimpro.c index bd07f39..dd2afbc 100644 ---