commit | 526be41625a8b2282d5720dcb19f927edbf193b4 | [log] [tgz] |
---|---|---|
author | Devendra Naga <devendra.aaru@gmail.com> | Sat May 19 07:31:54 2012 +0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 12 15:27:32 2012 -0700 |
tree | a6b5e3e3f77cf1da966a071bb64f22bc37154717 | |
parent | 59d4467be405316916a4087d5b02d99196eeef04 [diff] |
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 <devendra.aaru@gmail.com> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>