From: Johan Hovold Date: Sat, 27 Jul 2013 11:34:42 +0000 (+0200) Subject: USB: mos7840: fix pointer casts X-Git-Tag: v3.11-rc4~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=683a0e4d7971c3186dc4d429027debfe309129aa;p=pandora-kernel.git USB: mos7840: fix pointer casts Silence compiler warnings on 64-bit systems introduced by commit 05cf0dec ("USB: mos7840: fix race in led handling") which uses the usb-serial data pointer to temporarily store the device type during probe but failed to add the required casts. [gregkh - change uintptr_t to unsigned long] Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed