Re: [PATCH] device: Fix dev_dbg_once macro

2015-01-17 Thread Joe Perches
On Sat, 2015-01-03 at 09:51 -0800, Joe Perches wrote: > There is a copy/paste typo in the dev_dbg_once macro. > > It uses dev_info instead of dev_dbg, so use the correct > function instead. > > Signed-off-by: Joe Perches > Noticed-by: Marc Finet Ping? > --- > include/linux/device.h | 2 +- >

Re: [PATCH] device: Fix dev_dbg_once macro

2015-01-17 Thread Joe Perches
On Sat, 2015-01-03 at 09:51 -0800, Joe Perches wrote: There is a copy/paste typo in the dev_dbg_once macro. It uses dev_info instead of dev_dbg, so use the correct function instead. Signed-off-by: Joe Perches j...@perches.com Noticed-by: Marc Finet m.dreadl...@gmail.com Ping? ---

[PATCH] device: Fix dev_dbg_once macro

2015-01-03 Thread Joe Perches
There is a copy/paste typo in the dev_dbg_once macro. It uses dev_info instead of dev_dbg, so use the correct function instead. Signed-off-by: Joe Perches Noticed-by: Marc Finet --- include/linux/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] device: Fix dev_dbg_once macro

2015-01-03 Thread Joe Perches
There is a copy/paste typo in the dev_dbg_once macro. It uses dev_info instead of dev_dbg, so use the correct function instead. Signed-off-by: Joe Perches j...@perches.com Noticed-by: Marc Finet m.dreadl...@gmail.com --- include/linux/device.h | 2 +- 1 file changed, 1 insertion(+), 1