ath6kl: Remove bogus non-NULL pointer check
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Tue, 14 Feb 2012 15:03:00 +0000 (20:33 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 27 Feb 2012 17:24:30 +0000 (19:24 +0200)
In ath6kl_cfg80211_add_key(), params is checked for non-NULL
but this pointer has been deferenced many times before this check. This
gives the following smatch warning. add_key() can never carry NULL as
params, remove this bogus check.

ath6kl_cfg80211_add_key(86) warn: variable dereferenced before check 'params'

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>

No differences found