[PATCH] ion: improve ion_phys error message

2015-03-12 Thread Mitchel Humpherys
Clients often get confused when ion_phys errors out due to some heap being used that they didn't expect. Add the heap name and heap type to the error message to make it more obvious. Signed-off-by: Mitchel Humpherys --- drivers/staging/android/ion/ion.c | 4 ++-- 1 file changed, 2 insertions(+)

Re: [PATCH] ion: improve ion_phys error message

2015-03-10 Thread Dan Carpenter
On Tue, Mar 10, 2015 at 10:08:48AM -0700, Mitchel Humpherys wrote: > Clients often get confused when ion_phys errors out due to some heap > being used that they didn't expect. Add the heap name and heap type to > the error message to make it more obvious. > > Signed-off-by: Mitchel Humpherys Hm

[PATCH] ion: improve ion_phys error message

2015-02-13 Thread Mitchel Humpherys
Clients often get confused when ion_phys errors out due to some heap being used that they didn't expect. Add the heap name and heap type to the error message to make it more obvious. Signed-off-by: Mitchel Humpherys --- drivers/staging/android/ion/ion.c | 4 ++-- 1 file changed, 2 insertions(+)