diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2019-09-13 16:28:17 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-09-16 09:14:41 +0200 |
commit | 28c9eb9042a954d4e9fbec91484bddce280f1beb (patch) | |
tree | 4fccb85164bd414e600b0d46ccaa722e898afd6e /MAINTAINERS | |
parent | 1f249677cf4c881d7562485c917bfb2e7f43f371 (diff) | |
download | linux-28c9eb9042a954d4e9fbec91484bddce280f1beb.tar.bz2 |
net/wan: dscc4: remove broken dscc4 driver
Using static analysis, I discovered that the "dpriv->pci_priv->pdev"
pointer is always NULL. This pointer was supposed to be initialized
during probe and is essential for the driver to work. It would be easy
to add a "ppriv->pdev = pdev;" to dscc4_found1() but this driver has
been broken since before we started using git and no one has complained
so probably we should just remove it.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 16fc09defd39..32f4f05fb3da 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5582,12 +5582,6 @@ T: git git://linuxtv.org/media_tree.git S: Maintained F: drivers/media/radio/dsbr100.c -DSCC4 DRIVER -M: Francois Romieu <romieu@fr.zoreil.com> -L: netdev@vger.kernel.org -S: Maintained -F: drivers/net/wan/dscc4.c - DT3155 MEDIA DRIVER M: Hans Verkuil <hverkuil@xs4all.nl> L: linux-media@vger.kernel.org |