Re: [PATCH V2 2/3] staging: android: ion_test: unregister the misc device

2015-04-03 Thread Greg KH
On Thu, Apr 02, 2015 at 09:36:06PM +0700, Phong Tran wrote: Add the remove() method for deregister from misc device when it's unloaded. Signed-off-by: Phong Tran tranmanph...@gmail.com --- drivers/staging/android/ion/ion_test.c | 12 1 file changed, 12 insertions(+) diff

[PATCH V2 2/3] staging: android: ion_test: unregister the misc device

2015-04-02 Thread Phong Tran
Add the remove() method for deregister from misc device when it's unloaded. Signed-off-by: Phong Tran tranmanph...@gmail.com --- drivers/staging/android/ion/ion_test.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/staging/android/ion/ion_test.c