diff options
author | Doug Warzecha <Douglas_Warzecha@dell.com> | 2006-03-09 17:33:35 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-09 19:47:36 -0800 |
commit | 435a80f610b2ac38a4b5334a7ae22672de3f06bd (patch) | |
tree | ddac23d1719827a21cee10d0991ed078a8825c97 /block/Kconfig | |
parent | 85a6cd03a97f04ffff7bfedfa3172894ca9a617b (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 <Douglas_Warzecha@dell.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'block/Kconfig')
0 files changed, 0 insertions, 0 deletions