commit | 40ee5a77eeae67247040719ec2f97bd75e164c87 | [log] [tgz] |
---|---|---|
author | Matthias Beyer <mail@beyermatthias.de> | Fri Jun 27 11:55:15 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jun 29 14:29:42 2014 -0700 |
tree | db375b14676d0a1dc6dfb62e6ca60f8ba85e5881 | |
parent | 71928b3a4613f01444ff07d8693baac69c608731 [diff] |
Staging: bcm: Moved doubled if-block This patch moves the doubled if block inside the retval-checking one level up. As the if-else-block it was in is now a one-statement if-else block, I removed the braces from it. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>