From: Alexey Khoroshilov Date: Wed, 5 Jun 2013 21:27:15 +0000 (+0400) Subject: USB: fix PTR_ERR translation in init_usb_class() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de5535f5f508466cd5796d4e14ad4f301ff86a26;p=pandora-kernel.git USB: fix PTR_ERR translation in init_usb_class() There is a misprint in init_usb_class(): IS_ERR is used to get error code instead of PTR_ERR. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed