gpu: ion: fix kfree/list_del order
authorJP Abgrall <jpa@google.com>
Mon, 15 Apr 2013 21:23:14 +0000 (14:23 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:23 +0000 (14:16 -0700)
commit8c47868929816b87219c0f75229595b06a8f6c2e
tree99711784dd3e82a6dfd28f6e2db2ec1e9c3acdbd
parent52ae0941a4fe1327a33817b23cfcc23728a57b11
gpu: ion: fix kfree/list_del order

With CONFIG_SLUB_DEBUG_ON it would panic during
ion_alloc()
 ion_buffer_create()
   io_heap_drain_freelist()

Signed-off-by: JP Abgrall <jpa@google.com>
drivers/gpu/ion/ion.c