greybus: loopback: all read-only attributes are unsigned
authorAlex Elder <elder@linaro.org>
Mon, 3 Aug 2015 17:57:17 +0000 (12:57 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 4 Aug 2015 03:12:50 +0000 (20:12 -0700)
commit19c2a443c9efc87ae19d0ef7a5d212614a92479e
treee79c7ce1df57459dd9dcd0f789e096b7bcc30b24
parentb937aa9e2a5e69cea4a0cc59b2d4dc7a0323ef60
greybus: loopback: all read-only attributes are unsigned

The only values passed to the gb_loopback_ro_attr() macro are
unsigned 32-bit values.  So there's no need to pass a "type"
format specifier.

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