From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C97A2C4332B for ; Mon, 23 Mar 2020 10:42:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9BBE520722 for ; Mon, 23 Mar 2020 10:42:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584960124; bh=Ccwab3iVrVXsTGRGRaE2cs1o1ArfyD+mxp9Qsa+VY0k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=zqcV1q+3JGAqLVlyDQPWsLKShTXUQYdrcLm/6d62gO/7J415n+2y+TmZ6TmpnInAV nqjmeQuAlQMQn22LJXY3A8TfHrlIQzzsGuvK9f9rKVLDc7uqLoxZC5UZmAbsUDmPFZ RNnbLIbSnOo3AsS3hiwAB/5S8iiYx5Egh1Ip0EEg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728055AbgCWKmD (ORCPT ); Mon, 23 Mar 2020 06:42:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:42812 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727908AbgCWKmD (ORCPT ); Mon, 23 Mar 2020 06:42:03 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 484212070A; Mon, 23 Mar 2020 10:42:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584960122; bh=Ccwab3iVrVXsTGRGRaE2cs1o1ArfyD+mxp9Qsa+VY0k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MrE/xAyjC7/YaiPjSDVJvmYE7KIRe6Hip0vPP7giCVScHHcINd/3e41LurE0vIqbk yGFfF5Q4/FC22DbxfDJN0zl9hMxcSIiVm9GZBhbpSU82uK/LpjvRvSQL7977vhUsud NeYZZt4jqxdpLSgipeVdyqe3jGFie7ksqHCs1kmk= Date: Mon, 23 Mar 2020 11:42:00 +0100 From: Greg Kroah-Hartman To: Oscar Carter Cc: Forest Bond , devel@driverdev.osuosl.org, Malcolm Priestley , linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: vt6656: Use DIV_ROUND_UP macro instead of specific code Message-ID: <20200323104200.GA501377@kroah.com> References: <20200322112342.9040-1-oscar.carter@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200322112342.9040-1-oscar.carter@gmx.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7332C4332B for ; Mon, 23 Mar 2020 10:42:07 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7C98F2070A for ; Mon, 23 Mar 2020 10:42:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="MrE/xAyj" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7C98F2070A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 52B9E228DC; Mon, 23 Mar 2020 10:42:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GLMzSJhmh42b; Mon, 23 Mar 2020 10:42:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id C85EE228B4; Mon, 23 Mar 2020 10:42:04 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 7D1A31BF375 for ; Mon, 23 Mar 2020 10:42:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6DCC885F84 for ; Mon, 23 Mar 2020 10:42:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lBkcWHwpUQMU for ; Mon, 23 Mar 2020 10:42:03 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by fraxinus.osuosl.org (Postfix) with ESMTPS id F2E8585F3E for ; Mon, 23 Mar 2020 10:42:02 +0000 (UTC) Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 484212070A; Mon, 23 Mar 2020 10:42:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584960122; bh=Ccwab3iVrVXsTGRGRaE2cs1o1ArfyD+mxp9Qsa+VY0k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MrE/xAyjC7/YaiPjSDVJvmYE7KIRe6Hip0vPP7giCVScHHcINd/3e41LurE0vIqbk yGFfF5Q4/FC22DbxfDJN0zl9hMxcSIiVm9GZBhbpSU82uK/LpjvRvSQL7977vhUsud NeYZZt4jqxdpLSgipeVdyqe3jGFie7ksqHCs1kmk= Date: Mon, 23 Mar 2020 11:42:00 +0100 From: Greg Kroah-Hartman To: Oscar Carter Subject: Re: [PATCH] staging: vt6656: Use DIV_ROUND_UP macro instead of specific code Message-ID: <20200323104200.GA501377@kroah.com> References: <20200322112342.9040-1-oscar.carter@gmx.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200322112342.9040-1-oscar.carter@gmx.com> X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, Malcolm Priestley , Forest Bond , linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" 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 > --- > 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 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel