summaryrefslogtreecommitdiffstats
path: root/drivers/perf
diff options
context:
space:
mode:
authorTobin C. Harding <me@tobin.cc>2017-04-27 11:25:20 +1000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-04-28 11:47:26 +0200
commit63c31af3e5efa8ebe0aaa60de183fb94989420f8 (patch)
treeb3e0c2190e7c43e973369e14b14b843364f89a3d /drivers/perf
parent0e24eb8abf93a2e80ecbe97419d2d1fe089a7386 (diff)
downloadlinux-stable-63c31af3e5efa8ebe0aaa60de183fb94989420f8.tar.gz
linux-stable-63c31af3e5efa8ebe0aaa60de183fb94989420f8.tar.bz2
linux-stable-63c31af3e5efa8ebe0aaa60de183fb94989420f8.zip
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 'drivers/perf')
0 files changed, 0 insertions, 0 deletions