projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a409eb
)
[media] pci: bt878: Remove redundant pci_set_drvdata
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 20 Sep 2013 08:36:20 +0000
(
05:36
-0300)
committer
Mauro Carvalho Chehab
<m.chehab@samsung.com>
Thu, 17 Oct 2013 09:03:48 +0000
(06:03 -0300)
Driver core sets driver data to NULL upon failure or remove.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/pci/bt8xx/bt878.c
patch
|
blob
|
history
diff --git
a/drivers/media/pci/bt8xx/bt878.c
b/drivers/media/pci/bt8xx/bt878.c
index
66eb0ba
..
2bd2483
100644
(file)
--- a/
drivers/media/pci/bt8xx/bt878.c
+++ b/
drivers/media/pci/bt8xx/bt878.c
@@
-563,7
+563,6
@@
static void bt878_remove(struct pci_dev *pci_dev)
bt->shutdown = 1;
bt878_mem_free(bt);
- pci_set_drvdata(pci_dev, NULL);
pci_disable_device(pci_dev);
return;
}