From: Greg Kroah-Hartman Date: Fri, 4 May 2012 22:33:01 +0000 (-0700) Subject: USB: input: yealink.c: fix up dev_* messages X-Git-Tag: v3.5-rc1~149^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e66ceada0b51279ffd4a6f5bffe79d7168d4e8;p=pandora-kernel.git USB: input: yealink.c: fix up dev_* messages Previously I had made the struct device point to the input device, but after talking with Dmitry, he said that the USB device would make more sense for this driver to point to. So converted it to use that instead. CC: Henk Vergonet CC: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed