]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commita2a15d54ab2d5c816deea306ae8e9101c40fe300
tree0101ebca6b49a90d88f92f45ee1673c54ddf613d
parent26bc420b59a38e4e6685a73345a0def461136dce
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