diff options
author | Tobin C. Harding <me@tobin.cc> | 2017-04-27 11:25:20 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-28 11:47:26 +0200 |
commit | 63c31af3e5efa8ebe0aaa60de183fb94989420f8 (patch) | |
tree | b3e0c2190e7c43e973369e14b14b843364f89a3d /.mailmap | |
parent | 0e24eb8abf93a2e80ecbe97419d2d1fe089a7386 (diff) |
staging: ks7010: add enum sleep_mode_type
Driver uses preprocessor directives to define SLP_ASLEEP and
SLP_ACTIVE. These can be defined using an enumeration type. Doing so
adds to the readability and gives the usual compiler benefits of
having an enum. Functions that currently accept integer types can now
use the new enumeration type, further aiding readability.
Add enumeration type sleep_mode_type. Update code that handles sleep
mode to use the new enumeration type.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions