projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41652a2
)
staging: vt6655: device_get_pci_info pcid already assigned.
author
Malcolm Priestley
<
[email protected]
>
Sat, 12 Sep 2015 18:10:37 +0000
(19:10 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Mon, 14 Sep 2015 15:50:45 +0000
(08:50 -0700)
pcid has already been assigned earlier in vt6655_probe.
Signed-off-by: Malcolm Priestley <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/vt6655/device_main.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/device_main.c
b/drivers/staging/vt6655/device_main.c
index edda8360e8bad44a2112c21883932349932cdf81..add9cdf01255a450a45dad01bee32f853aedee03 100644
(file)
--- a/
drivers/staging/vt6655/device_main.c
+++ b/
drivers/staging/vt6655/device_main.c
@@
-438,8
+438,6
@@
static bool device_get_pci_info(struct vnt_private *pDevice,
pDevice->memaddr = pci_resource_start(pcid, 0);
pDevice->ioaddr = pci_resource_start(pcid, 1);
- pDevice->pcid = pcid;
-
return true;
}