Skip to content

Commit

Permalink
net: hostess_sv11: remove dead code
Browse files Browse the repository at this point in the history
This patch removes the dead code.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Peng Li authored and David S. Miller committed Jun 18, 2021
1 parent 9562aef commit d25a944
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/wan/hostess_sv11.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit d25a944

Please sign in to comment.