On Sun, Jan 22, 2017 at 03:49:21PM -0200, Marcos Paulo de Souza wrote:
Change uint32_t to u32, solved the issue reported by checkpatch.pl:
CHECK: Prefer kernel type 'u32' over 'uint32_t'
uint32_t *format, uint32_t *rate, u8 *channels,
CHECK: Prefer kernel type 'u32' over 'uint32_t'
uint32_t format, uint32_t rate, u8 channels,
Signed-off-by: Marcos Paulo de Souza marcos.souza.org@gmail.com
Good catch, thanks.
Acked-by: Mark Greer mgreer@animalcreek.com