Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946087AbbFSVQ2 (ORCPT ); Fri, 19 Jun 2015 17:16:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51461 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755993AbbFSUjO (ORCPT ); Fri, 19 Jun 2015 16:39:14 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Axel Lin , Zhangfei Gao , Wolfram Sang Subject: [PATCH 4.0 050/105] i2c: hix5hd2: Fix modalias to make module auto-loading work Date: Fri, 19 Jun 2015 13:35:40 -0700 Message-Id: <20150619203559.674642625@linuxfoundation.org> X-Mailer: git-send-email 2.4.4 In-Reply-To: <20150619203558.187802739@linuxfoundation.org> References: <20150619203558.187802739@linuxfoundation.org> User-Agent: quilt/0.64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1057 Lines: 33 4.0-stable review patch. If anyone has any objections, please let me know. ------------------ From: Axel Lin commit 3e59ae4aa28237ced95413fbd46004b57c4da095 upstream. Make the modalias match driver name, this is required to make module auto-loading work. Signed-off-by: Axel Lin Acked-by: Zhangfei Gao Signed-off-by: Wolfram Sang Signed-off-by: Greg Kroah-Hartman --- drivers/i2c/busses/i2c-hix5hd2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/i2c/busses/i2c-hix5hd2.c +++ b/drivers/i2c/busses/i2c-hix5hd2.c @@ -554,4 +554,4 @@ module_platform_driver(hix5hd2_i2c_drive MODULE_DESCRIPTION("Hix5hd2 I2C Bus driver"); MODULE_AUTHOR("Wei Yan "); MODULE_LICENSE("GPL"); -MODULE_ALIAS("platform:i2c-hix5hd2"); +MODULE_ALIAS("platform:hix5hd2-i2c"); -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/