Re: [PATCH] iwlagn: iwl-agn-rs: remove unnecessary null check for sta and lq_sta
From: Guy, Wey-Yi <hidden>
Date: 2011-09-28 23:05:54
Also in:
linux-wireless, lkml
From: Guy, Wey-Yi <hidden>
Date: 2011-09-28 23:05:54
Also in:
linux-wireless, lkml
On Wed, 2011-09-28 at 15:54 -0700, Gregory.Dietsche@cuw.edu wrote:
From: Greg Dietsche <redacted> both sta and lq_sta are guaranteed to be not null in the calling function so we don't need to check them here. Signed-off-by: Greg Dietsche <redacted>
Signed-off-by: Wey-Yi Guy <redacted>
--- drivers/net/wireless/iwlwifi/iwl-agn-rs.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
you are correct Wey