diff options
| author | Sergio Paracuellos <[email protected]> | 2018-04-23 15:44:48 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-04-25 15:47:23 +0200 |
| commit | d892cc1cfe0c1ce4e4eb58a1877835802953adac (patch) | |
| tree | 49e637e536fa79086250f65d2844652e8bf961c6 /tools/perf/scripts/python | |
| parent | 06176b874a2e25343ffe4ed83c3c4d6290e97cf0 (diff) | |
staging: ks7010: change name and type for device_open_status field
This commit changes type for device_open_status field of ks_wlan_private
structure from int to bool. This variable is only be set to 1
on ks_wlan_net_start and set to 0 on ks_wlan_net_stop. For this
purpose it is not necessary at all to use an integer because a bool
is enough. This also renames field name from device_open_status to
is_device_open.
Signed-off-by: Sergio Paracuellos <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions