commit | ec42899c2f9cf35e25e93c61ab9948e488de1825 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Apr 20 09:33:31 2012 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Apr 23 13:27:21 2012 -0700 |
tree | 8c790cb6dbdbf251ab30fdbe09d19f242f6d33d9 | |
parent | 4627b1ea038f2d19087c5f426df66f9cbe052f8c [diff] |
USB: wwan: remove an unneeded check We already verified that "status" was zero on this else branch. Since zero is not equal to -ESHUTDOWN, this condition is always true. I removed it and pull everything in an indent level. This doesn't change how the code works, it's just a cleanup. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>