提交 da6830ac 编写于 作者: M mike.rapoport@gmail.com 提交者: Greg Kroah-Hartman

staging: brcm80211: remove unrefrenced malloced field

from 'struct osl_info' structure
Signed-off-by: NMike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 182acb3c
......@@ -37,7 +37,6 @@ struct osl_info {
osl_pubinfo_t pub;
uint magic;
void *pdev;
uint malloced;
uint failed;
uint bustype;
};
......@@ -128,7 +127,6 @@ osl_t *osl_attach(void *pdev, uint bustype, bool pkttag)
#endif /* BRCM_FULLMAC */
osh->magic = OS_HANDLE_MAGIC;
osh->malloced = 0;
osh->failed = 0;
osh->pdev = pdev;
osh->pub.pkttag = pkttag;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册