From: Sergei Shtylyov Date: Sat, 17 Jan 2015 19:14:41 +0000 (+0300) Subject: driver core: use *switch* statement in really_probe() X-Git-Tag: omap-for-v4.1/fixes-rc1~166^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb2b40754ff4b2fffd8015ac96c45269cb54ee79;p=pandora-kernel.git driver core: use *switch* statement in really_probe() There are series of comparisons of the 'ret' variable on the failure path of really_probe(), so the *switch* statement seems more appropriate there. Signed-off-by: Sergei Shtylyov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed