]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
intel_th: Fix integer mismatch warnings
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Tue, 6 Oct 2015 09:47:18 +0000 (12:47 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Oct 2015 19:24:47 +0000 (12:24 -0700)
commited392688b5312cd4f015b70669fb12c519218113
treead4127fb99f4b3de2e66e8696b8e905705533b62
parent0df771dedf67622b9135709fe4cbfb3222481997
intel_th: Fix integer mismatch warnings

Use unsigned long in place of size_t to operate on buffer sizes and
offsets to clean up the 32 bit build.

Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/intel_th/msu.c