linux/drivers/sbus
Wei Yongjun 2d85ec8acb oradax: Fix return value check in dax_attach()
In case of error, the function class_create() returns ERR_PTR() and
never returns NULL. The NULL test in the return value check should be
replaced with IS_ERR().

Fixes: dd0273284c ("sparc64: Oracle DAX driver")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-01-29 14:28:48 -05:00
..
char oradax: Fix return value check in dax_attach() 2018-01-29 14:28:48 -05:00
Makefile sparc: Remove generic SBUS probing layer. 2008-08-29 02:15:21 -07:00