Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755525AbbBHLRe (ORCPT ); Sun, 8 Feb 2015 06:17:34 -0500 Received: from mail-lb0-f179.google.com ([209.85.217.179]:36828 "EHLO mail-lb0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753911AbbBHLRc (ORCPT ); Sun, 8 Feb 2015 06:17:32 -0500 Message-ID: <54D745C9.80808@cogentembedded.com> Date: Sun, 08 Feb 2015 14:17:29 +0300 From: Sergei Shtylyov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Bas Peters , gregkh@linuxgoundation.org, stern@rowland.harvard.edu CC: dan.j.williams@intel.com, hdegoede@redhat.com, sarah.a.sharp@linux.intel.com, peter.chen@freescale.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/6] drivers: usb: core: hub.c: remove NULL initialization of static variables. References: <1423346106-13493-1-git-send-email-baspeters93@gmail.com> <1423346106-13493-5-git-send-email-baspeters93@gmail.com> In-Reply-To: <1423346106-13493-5-git-send-email-baspeters93@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 526 Lines: 22 On 2/8/2015 12:55 AM, Bas Peters wrote: > NULL Rather 0-. > initialization of static variables is unnecessary as GCC kindly does > this for us. It's rather the C run-time library that does this. > Signed-off-by: Bas Peters [...] WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/