- Convert license blocks to SPDX ID tags
- Remove unlikely from IS_ERR calls
- Replace hard-coded function names with __func__
- Replace symbolic permissions with octals
- Add blank lines after declarations
- Do not initialize statics to 0
- Remove unneeded cast from kzalloc
- Add missing spacing around values
Signed-off-by: Tim Crawford <tcrawford@system76.com>
The WMI interface is deprecated and does not work on serw14. Hack in a
call to the underlying ECMD to fix it for now.
Signed-off-by: Tim Crawford <tcrawford@system76.com>