Files
linux/drivers
Christophe Jaillet ba852018d4 mwifiex: fix the length parameter of a memset
In 'mwifiex_get_ver_ext', we have:
   struct mwifiex_ver_ext ver_ext;

   memset(&ver_ext, 0, sizeof(struct host_cmd_ds_version_ext));

This is likely that memset'ing sizeof(struct mwifiex_ver_ext) was expected.
Remove the ambiguity by using the variable name directly instead of its
type.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-09-03 13:04:22 +03:00
..
2016-08-09 18:25:11 +08:00
2016-07-06 15:14:48 -07:00
2016-08-07 14:41:02 -06:00
2016-08-09 10:17:42 -07:00
2016-08-02 19:35:40 -04:00