Received: by 2002:ac0:a591:0:0:0:0:0 with SMTP id m17-v6csp1916014imm; Fri, 6 Jul 2018 08:40:15 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcqk/ADnqKCDUwSe7ncWd2OPHsiXX6fyPvWdmGPYkPZC3IZoqiZBCdfOvdNT9jhpW7KVA1h X-Received: by 2002:a63:5421:: with SMTP id i33-v6mr9969694pgb.417.1530891615166; Fri, 06 Jul 2018 08:40:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530891615; cv=none; d=google.com; s=arc-20160816; b=BKWDGCaUp6FhSfszgjPCzQnuq0vx4NN9Tk7SsSgiqis2AVNtmC/u0LtZvRJpJ08PGe RwCkb9XCkKFveDp1vLfrsUL/tbbUUKhZBMWSn7vIBAbJP8cCtdT+uV1LTLk89/YnEo2K TVitVhLAC5IweYH06xZTX/IZ1YbIHIzl8eBSJPfmIlrxOwPF/VxAaYVWWPySt25nTFsg WKxsfRHWIyWnYe2kr/zpxbiKwVC88UnPOVAHkSmg5ieQwI641OyInNt5LaW5czsDwyBZ vZbBMm+vZ43+wwdE1Po18uprQUdl+0ZpbnLMwm1rqfUQ+y660zQ5vyoR8QvFzn06HsnT TLzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=pj9iZHUTijp28hMCxlLtW+QrijLwL6lYeNbRby3mYhc=; b=MtVpwnaVQMn30cFfnt+PNryfwsuCNj4j4a+RGrEUBFGzXOUFhoFzA9cNpGkJiZmiWG 5W9qTgKoJ70m05ffamVh9lInDGYzZSDirxl9ZwPM6TJIWsLb3ln+bKRCNX3Uhu1dwNC/ 7H8BchBh1bJuPzwfO+1IzHEp4W3zBJNPrw85iWsaJxf9c42HbSXq2ia3MS2wnATRGRqX ALGAlDAb4nmOVjGh1zzvpmYfqdmnK4L8pHcInbEELfJYRPE3vffTrp3Zl2ifWAMxS2JW ECKH52I3jbECg4vQWkTjX64LPj2l41PAbCMCaWrGQDgkGe2XI7XrhHphfmweBNP1Xdsn VjfQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d26-v6si8442692pgd.32.2018.07.06.08.39.48; Fri, 06 Jul 2018 08:40:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933304AbeGFPh4 (ORCPT + 99 others); Fri, 6 Jul 2018 11:37:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36902 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932932AbeGFPhy (ORCPT ); Fri, 6 Jul 2018 11:37:54 -0400 Received: from localhost (unknown [37.170.89.196]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 66EB6BBF; Fri, 6 Jul 2018 15:37:53 +0000 (UTC) Date: Fri, 6 Jul 2018 17:37:49 +0200 From: Greg Kroah-Hartman To: Peter Vernia Cc: devel@driverdev.osuosl.org, Kees Cook , linux-kernel@vger.kernel.org, NeilBrown , Christian =?iso-8859-1?Q?L=FCtke-Stetzkamp?= , John Crispin Subject: Re: [PATCH] staging: mt7621-pinctrl: Replace unsigned with unsigned int Message-ID: <20180706153749.GA10530@kroah.com> References: <1530834355-8833-1-git-send-email-peter.vernia@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1530834355-8833-1-git-send-email-peter.vernia@gmail.com> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 05, 2018 at 07:45:41PM -0400, Peter Vernia wrote: > Replaces instances of "unsigned" with "unsigned int" in pinctrl-mt7621.c > > Signed-off-by: Peter Vernia > --- > drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c | 27 +++++++++++++------------ > 1 file changed, 14 insertions(+), 13 deletions(-) Someone else sent this same change before you did, sorry :(