linux-stable/drivers/hsi/controllers
Wei Yongjun 3fd276e9c0 HSI: omap_ssi: Fix return value check in ssi_debug_add_ctrl()
In case of error, the function debugfs_create_*() returns NULL
pointer not ERR_PTR() if debugfs is enabled. The IS_ERR() test
in the return value check should be replaced with NULL test.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
2014-07-31 00:20:33 +02:00
..
Kconfig HSI: Introduce OMAP SSI driver 2014-05-16 00:54:51 +02:00
Makefile HSI: Introduce OMAP SSI driver 2014-05-16 00:54:51 +02:00
omap_ssi.c HSI: omap_ssi: Fix return value check in ssi_debug_add_ctrl() 2014-07-31 00:20:33 +02:00
omap_ssi.h HSI: Introduce OMAP SSI driver 2014-05-16 00:54:51 +02:00
omap_ssi_port.c HSI: omap_ssi_port: Fix return value check in ssi_debug_add_port() 2014-07-31 00:20:21 +02:00
omap_ssi_regs.h HSI: Introduce OMAP SSI driver 2014-05-16 00:54:51 +02:00