We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5111f9d commit 44b1c90Copy full SHA for 44b1c90
drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c
@@ -542,8 +542,7 @@ static ssize_t iwl_dbgfs_tas_get_status_read(struct file *file,
542
size_t count, loff_t *ppos)
543
{
544
struct iwl_mvm *mvm = file->private_data;
545
- struct iwl_mvm_tas_status_resp tas_rsp;
546
- struct iwl_mvm_tas_status_resp *rsp = &tas_rsp;
+ struct iwl_mvm_tas_status_resp *rsp = NULL;
547
static const size_t bufsz = 1024;
548
char *buff, *pos, *endpos;
549
const char * const tas_dis_reason[TAS_DISABLED_REASON_MAX] = {
0 commit comments