commit | ed392688b5312cd4f015b70669fb12c519218113 | [log] [tgz] |
---|---|---|
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | Tue Oct 06 12:47:18 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 10 12:24:47 2015 -0700 |
tree | ad4127fb99f4b3de2e66e8696b8e905705533b62 | |
parent | 0df771dedf67622b9135709fe4cbfb3222481997 [diff] |
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>