diff options
author | 2012-05-29 18:46:06 -0700 | |
---|---|---|
committer | 2012-06-13 13:42:39 -0700 | |
commit | 1d29cfa57471a5e4b8a7c2a7433eeba170d3ad92 (patch) | |
tree | 1e4f7462b791af395f58e8590619b196f01de807 /tools/perf/scripts/python/syscall-counts.py | |
parent | printk: Fix alignment of buf causing crash on ARM EABI (diff) | |
download | linux-dev-1d29cfa57471a5e4b8a7c2a7433eeba170d3ad92.tar.xz linux-dev-1d29cfa57471a5e4b8a7c2a7433eeba170d3ad92.zip |
driver core: fixup reversed deferred probe order
If driver requests probe deferral,
it will be added to deferred_probe_pending_list
by driver_deferred_probe_add(), but, it used list_add().
Because of that, deferred probe will be run as reversed order.
This patch uses list_add_tail(), and solved this issue.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions