commit | a2a15d54ab2d5c816deea306ae8e9101c40fe300 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sat Jan 03 09:51:33 2015 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jan 26 15:57:59 2015 -0800 |
tree | 0101ebca6b49a90d88f92f45ee1673c54ddf613d | |
parent | 26bc420b59a38e4e6685a73345a0def461136dce [diff] |
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>