From a2a15d54ab2d5c816deea306ae8e9101c40fe300 Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sat, 3 Jan 2015 09:51:33 -0800 Subject: [PATCH] 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-format-patch failed