projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30d4b18
)
x86/xen : Fix the wrong check in pciback
author
Yang Zhang
<yang.z.zhang@Intel.com>
Thu, 22 Nov 2012 02:20:23 +0000
(10:20 +0800)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Tue, 15 Jan 2013 20:56:48 +0000
(15:56 -0500)
Fix the wrong check in pciback.
Signed-off-by: Yang Zhang <yang.z.zhang@Intel.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xen-pciback/pciback.h
patch
|
blob
|
history
diff --git
a/drivers/xen/xen-pciback/pciback.h
b/drivers/xen/xen-pciback/pciback.h
index a7def010eba3116ac73375f7704c06165c0e0699..f72af87640e076a429af64d050cd23e397e5ff3c 100644
(file)
--- a/
drivers/xen/xen-pciback/pciback.h
+++ b/
drivers/xen/xen-pciback/pciback.h
@@
-124,7
+124,7
@@
static inline int xen_pcibk_add_pci_dev(struct xen_pcibk_device *pdev,
static inline void xen_pcibk_release_pci_dev(struct xen_pcibk_device *pdev,
struct pci_dev *dev)
{
- if (xen_pcibk_backend && xen_pcibk_backend->
fre
e)
+ if (xen_pcibk_backend && xen_pcibk_backend->
releas
e)
return xen_pcibk_backend->release(pdev, dev);
}