“3995eb82050a81e11217a0b88b2a5eddd53eb4d6”上不存在“drivers/clocksource/timer-imx-gpt.c”
提交 8b6c7a34 编写于 作者: C Christopher Diaz Riveros 提交者: Greg Kroah-Hartman

staging: rtl8723bs: Remove unneeded cast

Fix Coccinelle alert:

drivers/staging//rtl8723bs/os_dep/sdio_intf.c:340:13-27: WARNING: casting value returned by memory allocation function to (struct adapter *) is useless.

This issue was detected by using the Coccinelle software.
Signed-off-by: NChristopher Diaz Riveros <chrisadr@gentoo.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 5841b903
......@@ -337,7 +337,7 @@ static struct adapter *rtw_sdio_if1_init(struct dvobj_priv *dvobj, const struct
struct adapter *padapter = NULL;
PSDIO_DATA psdio = &dvobj->intf_data;
padapter = (struct adapter *)vzalloc(sizeof(*padapter));
padapter = vzalloc(sizeof(*padapter));
if (padapter == NULL) {
goto exit;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册