From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932959AbeAHNUM (ORCPT + 1 other); Mon, 8 Jan 2018 08:20:12 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:50034 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932420AbeAHNUL (ORCPT ); Mon, 8 Jan 2018 08:20:11 -0500 Date: Mon, 8 Jan 2018 14:20:13 +0100 From: Greg KH To: Vinod Koul Cc: LKML , Sanyog Kale Subject: Re: [GIT PULL]: soundwire updates Message-ID: <20180108132013.GA13067@kroah.com> References: <20180105095715.GM18649@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180105095715.GM18649@localhost> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Fri, Jan 05, 2018 at 03:27:16PM +0530, Vinod Koul wrote: > Hey Greg, > > Please PULL to get three patches for static checks which people have > found. These have been tested by Fengguang's kbuildbot. > > The following changes since commit 1443f5b4fb451fdc894e4845ca67b370ed897a94: > > MAINTAINERS: Add SoundWire entry (2017-12-19 11:32:35 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/firmware.git soundwire-next > > for you to fetch changes up to c53a11d0ac0ed05f5569fa4396acb6b787ae8ac7: > > soundwire: Fix typo in return value check of sdw_read() (2018-01-03 08:53:46 +0530) > > ---------------------------------------------------------------- > Colin Ian King (2): > soundwire: fix sign extension when shifting buf[2] 24 places > soundwire: intel: fix missing assignment to ret > > Wei Yongjun (1): > soundwire: Fix typo in return value check of sdw_read() > > drivers/soundwire/bus.c | 14 +++++++------- > drivers/soundwire/intel.c | 2 +- > 2 files changed, 8 insertions(+), 8 deletions(-) Please just send me patches for now until I trust you to send patches in that I don't have to review :) thanks, greg k-h