Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751708AbcCASYx (ORCPT ); Tue, 1 Mar 2016 13:24:53 -0500 Received: from mail333.us4.mandrillapp.com ([205.201.137.77]:57203 "EHLO mail333.us4.mandrillapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750877AbcCASYv (ORCPT ); Tue, 1 Mar 2016 13:24:51 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=mandrill; d=linuxfoundation.org; b=mWeFB1JZeylssRZ/hpmxuqXuxTnhg57sXva1Im+uzp5+SqLkl/7NTiWOhA0Zq4mUEBJ3Uoyjodp7 +Ds5hutYX1WD0DLK2nY1/na62S5DruKuehRT4sT8KayUHOPeMc3HbL9aE6+h5iEPyxtU7lNGLsd8 m5qgZVv6SYlmgd2dZL0=; From: Greg KH Subject: Re: [PATCH] fpga-manager: Replaced macro with static inline function To: Moritz Fischer Cc: , Message-Id: <20160301182449.GA5074@kroah.com> References: <1456853973-31261-1-git-send-email-moritz.fischer@ettus.com> In-Reply-To: <1456853973-31261-1-git-send-email-moritz.fischer@ettus.com> X-Report-Abuse: Please forward a copy of this message, including all headers, to abuse@mandrill.com X-Report-Abuse: You can also report abuse here: http://mandrillapp.com/contact/abuse?id=30481620.fe8b2f8e572040afa712e570d366b270 X-Mandrill-User: md_30481620 Date: Tue, 01 Mar 2016 18:24:50 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 314 Lines: 9 On Tue, Mar 01, 2016 at 09:39:33AM -0800, Moritz Fischer wrote: > Signed-off-by: Moritz Fischer > --- > include/linux/fpga/fpga-mgr.h | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) We can't take patches without a changelog comment explaining why this change is needed :(