OSDN Git Service

greybus: loopback: use u32 for stats update
authorAlex Elder <elder@linaro.org>
Mon, 3 Aug 2015 17:57:13 +0000 (12:57 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 4 Aug 2015 03:11:49 +0000 (20:11 -0700)
commita6e7e53548b0d54aab0a5c5449e7093a495555d8
treec4923dfbcc780ae60d3a356609a74fd29b68fa10
parent3320e784550551ae8ae5c22d58e6b90addafe8a4
greybus: loopback: use u32 for stats update

The only values supplied to gb_loopback_update_stats() are 32-bits,
so change the type of the second argument to reflect that.

Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/loopback.c