aboutsummaryrefslogtreecommitdiff
path: root/scripts/basic/split-include.c
diff options
context:
space:
mode:
authorDoug Warzecha <[email protected]>2006-03-09 17:33:35 -0800
committerLinus Torvalds <[email protected]>2006-03-09 19:47:36 -0800
commit435a80f610b2ac38a4b5334a7ae22672de3f06bd (patch)
treeddac23d1719827a21cee10d0991ed078a8825c97 /scripts/basic/split-include.c
parent85a6cd03a97f04ffff7bfedfa3172894ca9a617b (diff)
[PATCH] dcdbas: dcdbas_pdev referenced after platform_device_unregister on exit
smi_data_buf_free() references dcdbas_pdev when calling dma_free_coherent(). In dcdbas_exit(), smi_data_buf_free() is called after platform_device_unregister(dcdbas_pdev). This patch moves platform_device_unregister(dcdbas_pdev) after smi_data_buf_free() in dcdbas_exit(). Signed-off-by: Doug Warzecha <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/basic/split-include.c')
0 files changed, 0 insertions, 0 deletions