From: Joe Perches Date: Sat, 3 Jan 2015 17:51:33 +0000 (-0800) Subject: device: Fix dev_dbg_once macro X-Git-Tag: fixes-v4.0-rc1~100^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a15d54ab2d5c816deea306ae8e9101c40fe300;p=pandora-kernel.git 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 Noticed-by: Marc Finet Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed