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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 041D7C43603 for ; Tue, 10 Dec 2019 15:11:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CB1B42073B for ; Tue, 10 Dec 2019 15:11:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575990662; bh=e5IcAHdSxCVaQr71MDw/u4OSVbxGZ7HWDDux3wC+gVQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Zp/VV5mo24xnUc0Kmm5mDPUIkmQB4O4TLzT7HNkAW6TnRKD24TDX4Tw/41MyNm74T 8IrbUFsTx7OuroEQpg3RnVg4weW6+9Au9RcIPw1SlTIjrjnLr72UEwSKjjpfzs1dVw 6chGEuXioFNoNotkcoQslwFZdhNvIAoonHAbVBWQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727437AbfLJPLC (ORCPT ); Tue, 10 Dec 2019 10:11:02 -0500 Received: from mail-ed1-f65.google.com ([209.85.208.65]:42377 "EHLO mail-ed1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727178AbfLJPLC (ORCPT ); Tue, 10 Dec 2019 10:11:02 -0500 Received: by mail-ed1-f65.google.com with SMTP id e10so16247552edv.9; Tue, 10 Dec 2019 07:11:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=e5IcAHdSxCVaQr71MDw/u4OSVbxGZ7HWDDux3wC+gVQ=; b=qdA9GFosMcL8jVZusvCRyXhXejxqshpWIwt8LMMrH24Mf+cSy1g8p73QHvC33XrRWp DqWq5LUQIi4wPSsyJYYnHT7ZmvQxqcLf/ozh8itv2cbliw/i1PSoFatBn7mftBH++mZt bhurOrhe2EQ0SKokaTvai6qX09rv0kFPF0xecIFz7oStCazIbSnY5TpzObi07CAWNSrM ZW2raEf2tE5sMTFxAKh2ecneNv+PBCJpSCh4uhvOKh9yF0SA7hODjmnagpJa2zqZEyVs DnprZJ9FQK8vt+zfTaquM1/WWk9KaUvK0LqqI5BSZdkyT0YZRSKQK+bqU2ie/BZumy+1 WtSQ== X-Gm-Message-State: APjAAAWoV8H8eJNJZgeHAr57HbIP0SfiXk9+XUWhEDp2iBR+2IbZNYbQ upZX3g/9PAMO383/t8p7194= X-Google-Smtp-Source: APXvYqw5jbPq4FswRVWVBj9g7UTnNhv9eRpXy/D1mfxGrUvwdSteqcL3i+CjwMzPw/KYvZxjGO+jRQ== X-Received: by 2002:a05:6402:305b:: with SMTP id bu27mr39330099edb.191.1575990660199; Tue, 10 Dec 2019 07:11:00 -0800 (PST) Received: from pi3 ([194.230.155.234]) by smtp.googlemail.com with ESMTPSA id ck28sm85351edb.45.2019.12.10.07.10.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 Dec 2019 07:10:59 -0800 (PST) Date: Tue, 10 Dec 2019 16:10:57 +0100 From: Krzysztof Kozlowski To: Greg Kroah-Hartman Cc: linux-serial@vger.kernel.org, Kukjin Kim , Hyunki Koo , HYUN-KI KOO , Shinbeom Choi , Jiri Slaby , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 08/10] tty: serial: samsung_tty: use 'unsigned int' not 'unsigned' Message-ID: <20191210151057.GG11222@pi3> References: <20191210143706.3928480-1-gregkh@linuxfoundation.org> <20191210143706.3928480-8-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20191210143706.3928480-8-gregkh@linuxfoundation.org> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On Tue, Dec 10, 2019 at 03:37:04PM +0100, Greg Kroah-Hartman wrote: > The function uart_console_write() expects an unsigned int, so use that > variable type, not 'unsigned', which is generally frowned apon in the > kernel now. Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof 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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 0C054C43603 for ; Tue, 10 Dec 2019 15:11:09 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 C02CF2073B for ; Tue, 10 Dec 2019 15:11:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Lqpiib17" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C02CF2073B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gFU4DW88SVo/eKsvUuftr+ZH1lj17abVtWtjNc49/qQ=; b=Lqpiib17M6diRW hRLrW30y538fbPQCTUiyPWOX9+44RiIsKsyj86kRdh+VLuZLKMcC36QEM1EbtRalCRLL+t7/0wfmP QGys9XNFQGIquvhB7v1MAAt3eR6dRtj787x33dDreY+oELchNWCibMJwT/th4bcrF5x1pb6yEhv6f 8raAi23HXBPJdZ4icuB+iHr04h00g+5+tBQuDTqFAFC3cTjDSdBOYcpCmQOu1CKIUdUPIos4eKyhY oRwuBSpoHo+f2K6PseGYAac9it51+sF2QZHUa230fbTME2N55XBDKcJjV3fSQpf6ZSIf0BWs42dxv NUFdHRABeg/cA/7hB5jQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iehAH-0000qI-Ha; Tue, 10 Dec 2019 15:11:05 +0000 Received: from mail-ed1-f66.google.com ([209.85.208.66]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iehAD-0000pX-K0 for linux-arm-kernel@lists.infradead.org; Tue, 10 Dec 2019 15:11:02 +0000 Received: by mail-ed1-f66.google.com with SMTP id f8so16301028edv.2 for ; Tue, 10 Dec 2019 07:11:01 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=e5IcAHdSxCVaQr71MDw/u4OSVbxGZ7HWDDux3wC+gVQ=; b=WphO3PmFXXfuHj1cmT6tqpJQLCxoKf4KS+63vtTmefwffbxZgAwA/I8E3avfqdGO3X /k6nmMTc7vojCHxYRRHMX5JdWOSPYIgo5nweZDsn0Tbi8gKATGjn2PRnnnjZV4Gy/pfl PNMo/x9amjPqcMiLemunU5YglvwSAYRP09J7pdSq+zNX17Z7TtmUyHyQ1512oRnNPm3f KexAjZzHHwBBrMCPvKMO9mZxrGdcJ9G/r696Ml7UOlSZ0/GCAuWQJzTqG1CI4/dXN4YZ 0IXSTLRj/k/UuKxslqJnn4TKEzvjAcy2OU7XW1LorC6P/OV+9u0elYC7QgDWJdqg8+BE uh/g== X-Gm-Message-State: APjAAAXiyYeHvwMlOIBJKA4RStgjx1Ap9iPNaA54VpIw6enj8BXvr9jk tRgU/L06Rz9xBA4LvW/zJdI= X-Google-Smtp-Source: APXvYqw5jbPq4FswRVWVBj9g7UTnNhv9eRpXy/D1mfxGrUvwdSteqcL3i+CjwMzPw/KYvZxjGO+jRQ== X-Received: by 2002:a05:6402:305b:: with SMTP id bu27mr39330099edb.191.1575990660199; Tue, 10 Dec 2019 07:11:00 -0800 (PST) Received: from pi3 ([194.230.155.234]) by smtp.googlemail.com with ESMTPSA id ck28sm85351edb.45.2019.12.10.07.10.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 10 Dec 2019 07:10:59 -0800 (PST) Date: Tue, 10 Dec 2019 16:10:57 +0100 From: Krzysztof Kozlowski To: Greg Kroah-Hartman Subject: Re: [PATCH 08/10] tty: serial: samsung_tty: use 'unsigned int' not 'unsigned' Message-ID: <20191210151057.GG11222@pi3> References: <20191210143706.3928480-1-gregkh@linuxfoundation.org> <20191210143706.3928480-8-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191210143706.3928480-8-gregkh@linuxfoundation.org> User-Agent: Mutt/1.12.2 (2019-09-21) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191210_071101_652698_7359F630 X-CRM114-Status: UNSURE ( 9.33 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Shinbeom Choi , Hyunki Koo , Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Jiri Slaby , HYUN-KI KOO Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Dec 10, 2019 at 03:37:04PM +0100, Greg Kroah-Hartman wrote: > The function uart_console_write() expects an unsigned int, so use that > variable type, not 'unsigned', which is generally frowned apon in the > kernel now. Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel