projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aee85fb
)
cxl: Add shutdown hook
author
Michael Neuling
<mikey@neuling.org>
Wed, 27 May 2015 06:07:02 +0000
(16:07 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 3 Jun 2015 03:27:16 +0000
(13:27 +1000)
Signed-off-by: Michael Neuling <mikey@neuling.org>
Acked-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
drivers/misc/cxl/pci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/misc/cxl/pci.c
b/drivers/misc/cxl/pci.c
index c3671b3c4dcde58a859f1b6931f4047fc6978277..d966859c73a8fd4ec575461a3eccd84a3329ff84 100644
(file)
--- a/
drivers/misc/cxl/pci.c
+++ b/
drivers/misc/cxl/pci.c
@@
-1170,4
+1170,5
@@
struct pci_driver cxl_pci_driver = {
.id_table = cxl_pci_tbl,
.probe = cxl_probe,
.remove = cxl_remove,
+ .shutdown = cxl_remove,
};