Re: [PATCH] staging: vt6656: Use DIV_ROUND_UP macro instead of specific code

From: Greg Kroah-Hartman
Date: Mon Mar 23 2020 - 06:42:04 EST


On Sun, Mar 22, 2020 at 12:23:42PM +0100, Oscar Carter wrote:
> Use DIV_ROUND_UP macro instead of specific code with the same purpose.
> Also, remove the unused variables.
>
> Signed-off-by: Oscar Carter <oscar.carter@xxxxxxx>
> ---
> drivers/staging/vt6656/baseband.c | 21 ++++-----------------
> 1 file changed, 4 insertions(+), 17 deletions(-)

Please rebase this against my staging-next branch of my staging.git tree
and resend it as it does not apply to it at the moment at all.

thanks,

greg k-h