commit | ffdcad05968ccb9ca2bb66f0e72467aa87baf2c2 | [log] [tgz] |
---|---|---|
author | Avinash Patil <patila@marvell.com> | Fri Feb 06 19:58:05 2015 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Feb 26 15:05:30 2015 +0200 |
tree | 2b3f4f9f3ba9a2826a8e69b338e658f59990981f | |
parent | 01317c264166babe695174aa0d9e6cd93055df1a [diff] |
mwifiex: use alloc_workqueue's format strings capabilities for WQ names alloc_workqueue() has string format formation ability e.g. wqname%ifname will be treated as wqnameifname. Use this and remove string operations while defining strings for workqueue names. Reported-by: Kees Cook <keescook@chromium.org> Signed-off-by: Avinash Patil <patila@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>