OSDN Git Service

net: hostess_sv11: remove dead code
authorPeng Li <lipeng321@huawei.com>
Fri, 18 Jun 2021 02:32:22 +0000 (10:32 +0800)
committerDavid 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

index 7a59d7e..4e11c86 100644 (file)
@@ -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);
 }