Last patchset missed compilation on 64 bit contained warning.
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
int type;
u32 size;
- u32 size_max;
+ size_t size_max;
int ms_wait;
struct gb_loopback_stats latency;
struct gb_loopback *gb = connection->private;
struct gb_loopback_transfer_request *request;
struct gb_loopback_transfer_response *response;
- u32 len;
+ size_t len;
/* By convention, the AP initiates the version operation */
switch (type) {