Re: [PATCH v1 14/14] tee: shm: inline tee_shm getter functions

2017-09-28 Thread Yury Norov
On Thu, Sep 28, 2017 at 09:04:11PM +0300, Volodymyr Babchuk wrote: > From: Volodymyr Babchuk > > Now, when struct tee_shm is defined in public header, > we can inline small getter functions. struct tee_shm is moved to public header in first patch of series, so you can

Re: [PATCH v1 14/14] tee: shm: inline tee_shm getter functions

2017-09-28 Thread Yury Norov
On Thu, Sep 28, 2017 at 09:04:11PM +0300, Volodymyr Babchuk wrote: > From: Volodymyr Babchuk > > Now, when struct tee_shm is defined in public header, > we can inline small getter functions. struct tee_shm is moved to public header in first patch of series, so you can put

[PATCH v1 14/14] tee: shm: inline tee_shm getter functions

2017-09-28 Thread Volodymyr Babchuk
From: Volodymyr Babchuk Now, when struct tee_shm is defined in public header, we can inline small getter functions. Signed-off-by: Volodymyr Babchuk --- drivers/tee/tee_shm.c | 17 - include/linux/tee_drv.h | 10 -- 2

[PATCH v1 14/14] tee: shm: inline tee_shm getter functions

2017-09-28 Thread Volodymyr Babchuk
From: Volodymyr Babchuk Now, when struct tee_shm is defined in public header, we can inline small getter functions. Signed-off-by: Volodymyr Babchuk --- drivers/tee/tee_shm.c | 17 - include/linux/tee_drv.h | 10 -- 2 files changed, 8 insertions(+), 19 deletions(-)