From bb2b40754ff4b2fffd8015ac96c45269cb54ee79 Mon Sep 17 00:00:00 2001 From: Sergei Shtylyov Date: Sat, 17 Jan 2015 22:14:41 +0300 Subject: [PATCH] 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-format-patch failed