Josh Triplett c5999f0da7 USB: In init_endpoint_class, use PTR_ERR to obtain an errno value, not IS_ERR
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: Josh Triplett <josh@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-02-16 15:32:17 -08:00
..
2007-02-07 15:44:40 -08:00
2007-02-07 15:44:40 -08:00
2007-02-07 15:44:33 -08:00
2006-12-08 08:28:50 -08:00
2006-09-27 11:58:50 -07:00
2007-02-07 15:44:33 -08:00
2005-04-16 15:20:36 -07:00
2007-02-07 15:44:40 -08:00
2007-02-07 15:44:40 -08:00
2007-02-07 15:44:40 -08:00