Re: [PATCH] gnss: core: added logging statement when kfifo_alloc fails

2019-07-09 Thread Joe Perches
On Tue, 2019-07-09 at 19:14 -0400, Keyur Patel wrote: > Added missing logging statement when kfifo_alloc fails, to improve > debugging.\ Nack > diff --git a/drivers/gnss/core.c b/drivers/gnss/core.c [] > @@ -256,6 +256,7 @@ struct gnss_device *gnss_allocate_device(struct device > *parent) > >

[PATCH] gnss: core: added logging statement when kfifo_alloc fails

2019-07-09 Thread Keyur Patel
Added missing logging statement when kfifo_alloc fails, to improve debugging. Signed-off-by: Keyur Patel --- drivers/gnss/core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gnss/core.c b/drivers/gnss/core.c index e6f94501cb28..4377adfa25b4 100644 --- a/drivers/gnss/core.c +++ b/d