alistair23-linux/drivers/mailbox
Wei Yongjun 356d5d28f2 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 <yongjun_wei@trendmicro.com.cn>
2015-02-06 10:57:56 +05:30
..
Kconfig Mailbox: Add support for Platform Communication Channel 2014-11-27 12:51:09 +05:30
mailbox.c Mailbox: Add support for Platform Communication Channel 2014-11-27 12:51:09 +05:30
mailbox.h Mailbox: Add support for Platform Communication Channel 2014-11-27 12:51:09 +05:30
Makefile Mailbox: Add support for Platform Communication Channel 2014-11-27 12:51:09 +05:30
omap-mailbox.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
pcc.c Mailbox: Fix return value check in pcc_init() 2015-02-06 10:57:56 +05:30
pl320-ipc.c mailbox: rename pl320-ipc specific mailbox.h 2014-10-08 10:39:33 +05:30