From: Michael Buesch Date: Wed, 9 Mar 2011 18:07:05 +0000 (+0000) Subject: cbus-tahvo-usb: Fix tahvo_usb_device pointer X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5508b95b4e3730abb74e2e4371e343966f34d4d5;p=pandora-kernel.git cbus-tahvo-usb: Fix tahvo_usb_device pointer The static tahvo_usb_device is uninitialized, but used in the otg interrupt handler. This results in a NULL pointer dereference on interrupt. Fix this by storing a struct tahvo_usb pointer instead of a platform device. Signed-off-by: Michael Buesch Acked-by: Felipe Balbi Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed