From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932764AbbFFXk4 (ORCPT ); Sat, 6 Jun 2015 19:40:56 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:32939 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932710AbbFFXks (ORCPT ); Sat, 6 Jun 2015 19:40:48 -0400 Date: Sat, 6 Jun 2015 16:40:48 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, Tejun Heo Subject: [GIT PULL] Driver core fixes for 4.1-rc7 Message-ID: <20150606234048.GA25697@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (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 e26081808edadfd257c6c9d81014e3b25e9a6118: Linux 4.1-rc4 (2015-05-18 10:13:47 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.1-rc7 for you to fetch changes up to 3370e13aa463adb84488ebf0e599e3dc0024315b: drivers/base: cacheinfo: handle absence of caches (2015-06-01 10:34:24 +0900) ---------------------------------------------------------------- Driver core fixes for 4.1-rc7 Here are 2 fixes for the driver core that resolve some reported issues, one is a regression from 4.0, the other a fixes a reported oops that has been there since 3.19. Both have been in linux-next for a while with no problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Sudeep Holla (2): drivers: of/base: move of_init to driver_init drivers/base: cacheinfo: handle absence of caches drivers/base/cacheinfo.c | 2 +- drivers/base/init.c | 2 ++ drivers/of/base.c | 8 +++----- include/linux/of.h | 6 ++++++ 4 files changed, 12 insertions(+), 6 deletions(-)