From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946454AbbHGWgQ (ORCPT ); Fri, 7 Aug 2015 18:36:16 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:46955 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946400AbbHGWgO (ORCPT ); Fri, 7 Aug 2015 18:36:14 -0400 Date: Fri, 7 Aug 2015 15:36:13 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org Subject: [GIT PULL] Staging driver fixes for 4.2-rc6 Message-ID: <20150807223613.GA32291@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f: Linux 4.2-rc4 (2015-07-26 12:26:21 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git/ tags/staging-4.2-rc6 for you to fetch changes up to fb1de5a4c825a389f054cc3803e06116d2fbdc7e: staging: lustre: Include unaligned.h instead of access_ok.h (2015-08-04 22:13:25 -0700) ---------------------------------------------------------------- Staging driver fixes for 4.2-rc6 Here are 3 bugfixes for some staging driver issues that have been reported. All have been in the linux-next tree for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Guenter Roeck (1): staging: lustre: Include unaligned.h instead of access_ok.h H Hartley Sweeten (1): staging: comedi: das1800: add missing break in switch Malcolm Priestley (1): staging: vt6655: vnt_bss_info_changed check conf->beacon_rate is not NULL drivers/staging/comedi/drivers/das1800.c | 1 + drivers/staging/lustre/lustre/obdclass/debug.c | 2 +- drivers/staging/vt6655/device_main.c | 5 +++-- 3 files changed, 5 insertions(+), 3 deletions(-)