]> git.baikalelectronics.ru Git - kernel.git/commit
device: Fix dev_dbg_once macro
authorJoe Perches <joe@perches.com>
Sat, 3 Jan 2015 17:51:33 +0000 (09:51 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Jan 2015 23:57:59 +0000 (15:57 -0800)
commit5c66c025fdcdb45ed48ee8e9ed309d4d86af6464
tree0101ebca6b49a90d88f92f45ee1673c54ddf613d
parent595bd192f596cf6aa525fc6fbe21ccdb8dab0aa1
device: Fix dev_dbg_once macro

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 <joe@perches.com>
Noticed-by: Marc Finet <m.dreadlock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/device.h