greybus: gb-audio: fix build warning
authorGreg Kroah-Hartman <gregkh@google.com>
Fri, 8 May 2015 20:33:36 +0000 (22:33 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 11 May 2015 20:26:44 +0000 (13:26 -0700)
commit7f3f356e455dd4438fdad2d45330f0d27bd087b6
tree7fefa53a9b4ae5f86740b927bd86b74a7a8994dd
parent68fff9604b8bce5cd023585ff41710948e61076e
greybus: gb-audio: fix build warning

sizeof wants %zu when on a 64bit build, so change the dev_err() call to
remove a build warning in the audio.c file.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Acked-by: John Stultz <john.stultz@linaro.org>
drivers/staging/greybus/audio.c