Re: [PATCH 1/2] drivers: uio_dmem_genirq: Use of_match_ptr() macro

2013-04-17 Thread Sachin Kamat
On 19 March 2013 06:50, Damian Hobson-Garcia wrote: > On 2013/03/14 19:22, Sachin Kamat wrote: >> >> This eliminates having an #ifdef returning NULL for the case >> when OF is disabled. >> >> Signed-off-by: Sachin Kamat >> Cc: Damian Hobson-Garcia >> --- > > Thank you, > Looks fine by me. > > Ac

Re: [PATCH 1/2] drivers: uio_dmem_genirq: Use of_match_ptr() macro

2013-03-18 Thread Damian Hobson-Garcia
On 2013/03/14 19:22, Sachin Kamat wrote: This eliminates having an #ifdef returning NULL for the case when OF is disabled. Signed-off-by: Sachin Kamat Cc: Damian Hobson-Garcia --- Thank you, Looks fine by me. Acked-by: Damian Hobson-Garcia -- To unsubscribe from this list: send the line "

[PATCH 1/2] drivers: uio_dmem_genirq: Use of_match_ptr() macro

2013-03-14 Thread Sachin Kamat
This eliminates having an #ifdef returning NULL for the case when OF is disabled. Signed-off-by: Sachin Kamat Cc: Damian Hobson-Garcia --- drivers/uio/uio_dmem_genirq.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/drivers/uio/uio_dmem_genirq.c b/drivers/uio/uio_dm