mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
cfg80211: reg: remove useless non-NULL check
There's no way that the alpha2 pointer can be NULL, so no point in checking that it isn't. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
8047d2616d
commit
7cf3741823
@ -501,9 +501,6 @@ static void reg_regdb_query(const char *alpha2)
|
||||
{
|
||||
struct reg_regdb_search_request *request;
|
||||
|
||||
if (!alpha2)
|
||||
return;
|
||||
|
||||
request = kzalloc(sizeof(struct reg_regdb_search_request), GFP_KERNEL);
|
||||
if (!request)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user