-
由 Josh Triplett 提交于
init_endpoint_class calls class_create, and checks the result for an error with IS_ERR; however, if true, it then returns the result of IS_ERR (a boolean) rather than PTR_ERR (the actual errno). Signed-off-by: NJosh Triplett <josh@kernel.org> Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
c5999f0d