From: Supriya Karanth <iskaranth@gmail.com>
To: outreachy-kernel@googlegroups.com, Larry.Finger@lwfinger.net,
Jes.Sorensen@redhat.com
Cc: Supriya Karanth <iskaranth@gmail.com>
Subject: [PATCH] staging: rtl8723au: Remove dead code
Date: Thu, 12 Mar 2015 20:10:00 +0900 [thread overview]
Message-ID: <1426158600-30895-1-git-send-email-iskaranth@gmail.com> (raw)
This dead code was detected by coccinelle while using --debug
option
Signed-off-by: Supriya Karanth <iskaranth@gmail.com>
---
drivers/staging/rtl8723au/core/rtw_mlme_ext.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/rtl8723au/core/rtw_mlme_ext.c b/drivers/staging/rtl8723au/core/rtw_mlme_ext.c
index 0e0f73c..db4f235 100644
--- a/drivers/staging/rtl8723au/core/rtw_mlme_ext.c
+++ b/drivers/staging/rtl8723au/core/rtw_mlme_ext.c
@@ -1619,7 +1619,6 @@ OnAssocReq23a(struct rtw_adapter *padapter, struct recv_frame *precv_frame)
} else {
break;
}
- p = p + p[1] + 2;
}
}
--
2.1.0
next reply other threads:[~2015-03-12 11:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-12 11:10 Supriya Karanth [this message]
[not found] ` <5501C474.4010905@lwfinger.net>
2015-03-13 3:57 ` [PATCH] staging: rtl8723au: Remove dead code Supriya Karanth
2015-03-13 7:07 ` [Outreachy kernel] " Julia Lawall
2015-03-13 7:43 ` Julia Lawall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1426158600-30895-1-git-send-email-iskaranth@gmail.com \
--to=iskaranth@gmail.com \
--cc=Jes.Sorensen@redhat.com \
--cc=Larry.Finger@lwfinger.net \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.