diff options
author | Eva Rachel Retuya <eraretuya@gmail.com> | 2016-03-02 22:23:46 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-11 22:09:09 -0800 |
commit | bbbdc23e30b813d90d1cc9dd5caaaaf5e35b6878 (patch) | |
tree | 9a0c2b9c130c73c86339fc3ce25d13916c93ea67 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 18f038e6bfb715310526ac05e4f20e55683471de (diff) |
staging: gs_fpgaboot: drop wrapper function 'finish_driver'
Remove the function 'finish_driver' since a direct call to
platform_device_unregister() is intuitive enough to signify the original
intention of the function being removed. Coccinelle semantic patch used to
detect this:
@@
identifier wrapper, func;
type T;
@@
*T wrapper(...)
{
(
return func(...);
|
func(...);
)
}
Signed-off-by: Eva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions