From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932396AbdJYJd1 (ORCPT ); Wed, 25 Oct 2017 05:33:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46024 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932300AbdJYJdY (ORCPT ); Wed, 25 Oct 2017 05:33:24 -0400 Date: Wed, 25 Oct 2017 11:33:31 +0200 From: Greg Kroah-Hartman To: Felipe Balbi Cc: "Gustavo A. R. Silva" , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: gadget: f_phonet: mark expected switch fall-throughs Message-ID: <20171025093331.GA25021@kroah.com> References: <20171024195259.GA12002@embeddedor.com> <87lgjzfujz.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87lgjzfujz.fsf@linux.intel.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 25, 2017 at 12:25:36PM +0300, Felipe Balbi wrote: > > Hi, > > "Gustavo A. R. Silva" writes: > > In preparation to enabling -Wimplicit-fallthrough, mark switch cases > > where we are expecting to fall through. > > > > Addresses-Coverity-ID: 115004 > > Addresses-Coverity-ID: 115005 > > Signed-off-by: Gustavo A. R. Silva > > Greg, I have already sent you my pull request. If you want, I can > prepare a part 2, otherwise: > > Acked-by: Felipe Balbi Thanks for the ack, I can queue these up myself. greg k-h