projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9562aef
)
net: hostess_sv11: remove dead code
author
Peng Li
<lipeng321@huawei.com>
Fri, 18 Jun 2021 02:32:22 +0000
(10:32 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 18 Jun 2021 18:42:40 +0000
(11:42 -0700)
This patch removes the dead code.
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/hostess_sv11.c
patch
|
blob
|
history
diff --git
a/drivers/net/wan/hostess_sv11.c
b/drivers/net/wan/hostess_sv11.c
index 7a59d7e5d62eefcb574734ad71ca9942b353f9dc..4e11c86f97ddac81057bc7ad776d9967ed3962d0 100644
(file)
--- a/
drivers/net/wan/hostess_sv11.c
+++ b/
drivers/net/wan/hostess_sv11.c
@@
-151,8
+151,6
@@
static int hostess_close(struct net_device *d)
static int hostess_ioctl(struct net_device *d, struct ifreq *ifr, int cmd)
{
- /* struct z8530_dev *sv11=dev_to_sv(d);
- z8530_ioctl(d,&sv11->chanA,ifr,cmd) */
return hdlc_ioctl(d, ifr, cmd);
}