rfkill: use variable instead of duplicating the expression
authorJoão Paulo Rechi Vita <jprvita@gmail.com>
Tue, 19 Jan 2016 15:42:37 +0000 (10:42 -0500)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 24 Feb 2016 08:04:23 +0000 (09:04 +0100)
commitf3e7fae248224b9441098e3c344b48b1cd1d9eca
tree8aad5c69e395c7b5917ead5f283208bb38840be1
parent573a2b51acb48e745094cf3cb942cf6a55d2bf30
rfkill: use variable instead of duplicating the expression

RFKILL_BLOCK_SW value have just been saved to prev, no need to check it
again in the if expression. This makes code a little bit easier to read.

Signed-off-by: João Paulo Rechi Vita <jprvita@endlessm.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/rfkill/core.c