Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp3331987pxu; Tue, 8 Dec 2020 09:15:41 -0800 (PST) X-Google-Smtp-Source: ABdhPJz755Xb70aHmaR2HQ1aQBC1z0GaVxKPxs8oVm1waJaoi4ORim+8SC0cpzAkowmVjjn37QyH X-Received: by 2002:a17:906:9452:: with SMTP id z18mr24373600ejx.389.1607447740301; Tue, 08 Dec 2020 09:15:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607447740; cv=none; d=google.com; s=arc-20160816; b=xZ/jeOOM/D/R6TBCa7hfjGFPzzK98PFRrGoR62cvjh4mRB//bEq5h8P2GNccyfBobH /IKRU6fHfaA/BjO2QcHFQt6Ov5cjA5CQNP0mX6t1FaDuCQqaumphUaL3JP4iTjr4BvR6 FjMaKyDTQsjRdzXuceBtASkvybDWc2DweEF1blISd/zFmg0fuvW3OQOi0oKR+kVHuZAo lZFob3b0hfo1Vh7gOA5zDMIygtR27Jz/6hvgmCcnQ0f62hUYaZAikXIva1DDr+s28HOo Jl36B+F1wzZrCKLxmYfePM7ur97awtfG7brJF4XkqsQCQSDnMAGnsgbN7pBmAkdgOqKv /kAQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=PjiNoZqDk1cTIGXx0IxbNog760UCSCfRa3YP9fLgD5k=; b=P/E/si5mi7HLs//ZzRXksofqH/M7kaJul2jND6zWN7HCJKOOSfEXiK//skXZXw8q3f wW4QRnayQWK5lyJtYN1f3/RQ99k2WnLc3TAwv3bX6HRT7qMp/9IiEEAEtkc4qADkJaGm S/+cZYkhg2UQdSiBq9nprsFeBtqdQPfL46ak9NCc6pER4NwfU9h3lo958gOXufqBtF9R uhi7gQ+LTzbcxk78OJy19gUh39KnUVcQSpMpUy+YXWmsKXWWQVkCjB6tEpmt4ADSlrVS AcO+r9Eoljurk6Ne8z2059sA5rkBaXcXCc7GFU9JETLDjV9KBnh9TlsPD5xUievfYbew kRdg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lz16si7940830ejb.373.2020.12.08.09.15.17; Tue, 08 Dec 2020 09:15:40 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730603AbgLHRLs (ORCPT + 99 others); Tue, 8 Dec 2020 12:11:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:51938 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730253AbgLHRLs (ORCPT ); Tue, 8 Dec 2020 12:11:48 -0500 From: Mark Brown Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: Adam Ward Cc: Liam Girdwood , linux-kernel@vger.kernel.org, Support Opensource , Vincent Whitchurch In-Reply-To: References: Subject: Re: [PATCH 0/2] regulator: da9121: bug fixes Message-Id: <160744745469.29972.10628330212188147168.b4-ty@kernel.org> Date: Tue, 08 Dec 2020 17:10:54 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 7 Dec 2020 17:15:14 +0000, Adam Ward wrote: > This patch fixes a couple of bugs in the DA9121 driver. > One in an uninialised string I forgot to remove when changing to of_parse_cb() > The other is an index for an optional DT property which overflows > > > Adam Ward (2): > regulator: da9121: Remove uninitialised string variable > regulator: da9121: Fix index used for DT property > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/2] regulator: da9121: Remove uninitialised string variable commit: 416c29e9ce1347ba9a4ef7aeb4f30c8d9a3ada49 [2/2] regulator: da9121: Fix index used for DT property commit: 9536ce63705952be5214544e3b048c78f932e794 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark