rfkill: Use switch to demux userspace operations
authorJoão Paulo Rechi Vita <jprvita@gmail.com>
Mon, 22 Feb 2016 16:36:39 +0000 (11:36 -0500)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 5 Apr 2016 08:48:53 +0000 (10:48 +0200)
commit1948b2a2ec132115b422ae1feba1a3f5598f4acd
tree91599c316608ab816cde1e505bb07dbd41ec2a0f
parent98bd147d7903580ca5d5dfa0bc39c2d16714d84e
rfkill: Use switch to demux userspace operations

Using a switch to handle different ev.op values in rfkill_fop_write()
makes the code easier to extend, as out-of-range values can always be
handled by the default case.

Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com>
[roll in fix for RFKILL_OP_CHANGE from Jouni]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/rfkill/core.c