From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753177AbcBWPu4 (ORCPT ); Tue, 23 Feb 2016 10:50:56 -0500 Received: from mxout7.netvision.net.il ([194.90.6.2]:34416 "EHLO mxout7.netvision.net.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752863AbcBWPux (ORCPT ); Tue, 23 Feb 2016 10:50:53 -0500 X-Greylist: delayed 904 seconds by postgrey-1.27 at vger.kernel.org; Tue, 23 Feb 2016 10:50:53 EST MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Message-id: <56CC7C27.5080505@gmail.com> Date: Tue, 23 Feb 2016 17:35:03 +0200 From: Eli Billauer User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100907 Fedora/3.0.7-1.fc12 Thunderbird/3.0.7 To: Greg KH Cc: arnd@arndb.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] char: xillybus: Fix internal data structure initialization References: <1456227688-14827-1-git-send-email-eli.billauer@gmail.com> <20160223152237.GB7575@kroah.com> In-reply-to: <20160223152237.GB7575@kroah.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Oops. Didn't know it was required. I'll resubmit this patch soon. Sorry. Eli On 23/02/16 17:22, Greg KH wrote: > On Tue, Feb 23, 2016 at 01:41:28PM +0200, Eli Billauer wrote: > >> Signed-off-by: Eli Billauer >> --- >> drivers/char/xillybus/xillybus_core.c | 4 +++- >> 1 files changed, 3 insertions(+), 1 deletions(-) >> > I can't accept patches without any changelog information :( > >