commit | c68ee64eb7393c961319276dd5f6638b9d7d626e | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Tue May 01 17:02:45 2012 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Wed Jul 18 12:33:21 2012 -0700 |
tree | 0fadbd1bfe838363c48d599f72faf2f3326a9c6b | |
parent | 0ebf7213d710cf33bc1cbe379fbb488d95a0323b [diff] |
msm: SSR: Cleanup style and remove useless code Assorted cleanups and fixes: * A break in a switch statement should line up with the rest of the statements in the case. * queue_work() can't return one indicating the work is already queued if the work is dynamically allocated. * Remove unnecessary header includes. * Clean up multi-line comments. Change-Id: Ie5c544ee34e9f4eaeb9af5ff6d4c39975238cde3 Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>