From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v6 07/10] usb: roles: Add fwnode_usb_role_switch_get() function Date: Mon, 3 Jun 2019 15:19:01 +0200 Message-ID: <20190603131901.GB10397@kroah.com> References: <1559115828-19146-1-git-send-email-chunfeng.yun@mediatek.com> <1559115828-19146-8-git-send-email-chunfeng.yun@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1559115828-19146-8-git-send-email-chunfeng.yun@mediatek.com> Sender: linux-kernel-owner@vger.kernel.org To: Chunfeng Yun Cc: Rob Herring , Heikki Krogerus , Mark Rutland , Matthias Brugger , Adam Thomson , Li Jun , Badhri Jagan Sridharan , Hans de Goede , Andy Shevchenko , Min Guo , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Biju Das , Linus Walleij , Yu Chen List-Id: devicetree@vger.kernel.org On Wed, May 29, 2019 at 03:43:45PM +0800, Chunfeng Yun wrote: > From: Heikki Krogerus > > The fwnode_usb_role_switch_get() function is exactly the > same as usb_role_switch_get(), except that it takes struct > fwnode_handle as parameter instead of struct device. > > Signed-off-by: Heikki Krogerus > --- > v6: > new patch If you are forwarding on a patch from someone else, like this, you need to put your signed-off-by line on it as well. Please fix that up, and add the tested-by one, when you resend this series. thanks, greg k-h