From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933367AbcAaS7v (ORCPT ); Sun, 31 Jan 2016 13:59:51 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:58202 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933249AbcAaS7v (ORCPT ); Sun, 31 Jan 2016 13:59:51 -0500 Date: Sun, 31 Jan 2016 10:59:49 -0800 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Driver core fixes for 4.5-rc2 Message-ID: <20160131185949.GA28110@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 92e963f50fc74041b5e9e744c330dca48e04f08d: Linux 4.5-rc1 (2016-01-24 13:06:47 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/ tags/driver-core-4.5-rc2 for you to fetch changes up to 25cad69f21f5532d99e2ee73c8ab6512bcab614c: base/platform: Fix platform drivers with no probe callback (2016-01-26 08:47:25 -0800) ---------------------------------------------------------------- Driver core fix for 4.5-rc2 Here's a single driver core fix that resolves an issue a lot of users have been hitting for a while now. It's been tested a lot and has been in linux-next successfully for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Martin Wilck (1): base/platform: Fix platform drivers with no probe callback drivers/base/platform.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-)