platform/x86: huawei-wmi: Fix a precision vs width printf bug
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 14 Oct 2019 10:58:01 +0000 (13:58 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 15 Oct 2019 07:55:11 +0000 (10:55 +0300)
commit2a43c9fc878a1d3985207a74f73a1f5aa1342655
treed3318ba3d007003652d4cf5a0fc8f74ca56ed582
parent3c27f179d502940059ca4f9ed85359a02eaf71e7
platform/x86: huawei-wmi: Fix a precision vs width printf bug

This was supposed to be precision "%.*s" instead of width "%*s".  It's
possible that this results in printing beyond the end of the string.

Fixes: a970b95345ab ("platform/x86: huawei-wmi: Add debugfs support")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/platform/x86/huawei-wmi.c