From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754183AbcBWPWk (ORCPT ); Tue, 23 Feb 2016 10:22:40 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:59889 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753618AbcBWPWi (ORCPT ); Tue, 23 Feb 2016 10:22:38 -0500 Date: Tue, 23 Feb 2016 07:22:37 -0800 From: Greg KH To: Eli Billauer Cc: arnd@arndb.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] char: xillybus: Fix internal data structure initialization Message-ID: <20160223152237.GB7575@kroah.com> References: <1456227688-14827-1-git-send-email-eli.billauer@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456227688-14827-1-git-send-email-eli.billauer@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 :(