From: Greg Kroah-Hartman Date: Fri, 4 May 2012 22:33:16 +0000 (-0700) Subject: USB: input: usbtouchscreen.c: fix up dev_* messages X-Git-Tag: v3.5-rc1~149^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a5ebc88c74d8029e80a72e57cbebc0b3b4e5d98;p=pandora-kernel.git USB: input: usbtouchscreen.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: Dmitry Torokhov CC: Henrik Rydberg CC: Rusty Russell CC: Viresh Kumar CC: Armando Visconti Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed