From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752790Ab3LCKkN (ORCPT ); Tue, 3 Dec 2013 05:40:13 -0500 Received: from mail-ie0-f177.google.com ([209.85.223.177]:63958 "EHLO mail-ie0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752003Ab3LCKkL (ORCPT ); Tue, 3 Dec 2013 05:40:11 -0500 Date: Tue, 3 Dec 2013 10:40:03 +0000 From: Lee Jones To: micky_ching@realsil.com.cn Cc: sameo@linux.intel.com, devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, gregkh@linuxfoundation.org, wei_wang@realsil.com.cn, rogerable@realtek.com Subject: Re: [PATCH v2 3/3] mfd: rtsx: prevent 'used uninitialised' warnings Message-ID: <20131203104003.GJ11828@lee--X1> References: <932dcc03570ceb86316272d4eba7f4207d001def.1386051860.git.micky_ching@realsil.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <932dcc03570ceb86316272d4eba7f4207d001def.1386051860.git.micky_ching@realsil.com.cn> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 03 Dec 2013, micky_ching@realsil.com.cn wrote: > From: Micky Ching This should contain the author's name. You should use: `git rebase -i` /* Use edit option */ then `git commit --amend --author="First Last " To apply it. > drivers/mfd/rtl8411.c: In function 'rtl8411_fetch_vendor_settings': > drivers/mfd/rtl8411.c:58:7: warning: 'reg1' is used uninitialized in this function [-Wuninitialized] > drivers/mfd/rtl8411.c: In function 'rtl8411b_fetch_vendor_settings': > drivers/mfd/rtl8411.c:79:7: warning: 'reg' is used uninitialized in this function [-Wuninitialized] > drivers/mfd/rtl8411.c: In function 'rtl8411_fetch_vendor_settings': > drivers/mfd/rtl8411.c:69:26: warning: 'reg3' may be used uninitialized in this function [-Wuninitialized] > > Signed-off-by: Lee Jones > Tested-by: Micky Ching I know this is a bit of a strange situation, but whenever you sent patches to the MLs, you need to sign it off yourself too. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog