From: Devendra Naga Date: Sat, 19 May 2012 03:31:54 +0000 (+0400) Subject: w1: cleanup w1_uevent X-Git-Tag: v3.6-rc1~99^2~14^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=526be41625a8b2282d5720dcb19f927edbf193b4;p=pandora-kernel.git w1: cleanup w1_uevent There were some return statements around in the w1_uevent, used goto to cleanup those return statements with the help of err variable, and also removed a semi colon at the end of the w1_uevent's closing brace. Signed-off-by: Devendra Naga Acked-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed