git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ae0681
)
pci: use device_remove_file_self() instead of device_schedule_callback()
author
Tejun Heo
<tj@kernel.org>
Fri, 10 Jan 2014 13:57:28 +0000
(08:57 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 10 Jan 2014 22:13:59 +0000
(14:13 -0800)
driver-core now supports synchrnous self-deletion of attributes and
the asynchrnous removal mechanism is scheduled for removal. Use it
instead of device_schedule_callback(). This makes "remove" behave
synchronously.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/pci-sysfs.c
patch
|
blob
|
history
diff --cc
drivers/pci/pci-sysfs.c
Simple merge