Re: [PATCH] ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.h

2015-03-25 Thread Mark Brown
On Wed, Mar 25, 2015 at 11:29:44AM +, Javi Merino wrote: > Now that the kernel provides DIV_ROUND_CLOSEST_ULL(), drop the internal > implementation and use the kernel one. Acked-by: Mark Brown signature.asc Description: Digital signature

[PATCH] ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.h

2015-03-25 Thread Javi Merino
Now that the kernel provides DIV_ROUND_CLOSEST_ULL(), drop the internal implementation and use the kernel one. Cc: Peter Rosin Cc: Mark Brown Cc: Liam Girdwood Cc: Jaroslav Kysela Cc: Takashi Iwai Reported-by: kbuild test robot Signed-off-by: Javi Merino --- Patches in the -mm tree now

Re: [PATCH] ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.h

2015-03-25 Thread Mark Brown
On Wed, Mar 25, 2015 at 11:29:44AM +, Javi Merino wrote: Now that the kernel provides DIV_ROUND_CLOSEST_ULL(), drop the internal implementation and use the kernel one. Acked-by: Mark Brown broo...@kernel.org signature.asc Description: Digital signature

[PATCH] ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.h

2015-03-25 Thread Javi Merino
Now that the kernel provides DIV_ROUND_CLOSEST_ULL(), drop the internal implementation and use the kernel one. Cc: Peter Rosin p...@axentia.se Cc: Mark Brown broo...@kernel.org Cc: Liam Girdwood lgirdw...@gmail.com Cc: Jaroslav Kysela pe...@perex.cz Cc: Takashi Iwai ti...@suse.de Reported-by: