commit | 683a0e4d7971c3186dc4d429027debfe309129aa | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Sat Jul 27 13:34:42 2013 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jul 28 11:32:18 2013 -0700 |
tree | 246f023d09e35af3f8a8b344f804e6bab35be8ca | |
parent | 05cf0dec5ccc696a7636c84b265b477173498156 [diff] |
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 <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>