[3.13.y-ckt stable] Patch "pata_octeon_cf: fix broken build" has been added to staging queue

Kamal Mostafa kamal at canonical.com
Tue Jul 7 22:16:25 UTC 2015


This is a note to let you know that I have just added a patch titled

    pata_octeon_cf: fix broken build

to the linux-3.13.y-queue branch of the 3.13.y-ckt extended stable tree 
which can be found at:

    http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.13.y-queue

This patch is scheduled to be released in version 3.13.11-ckt23.

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.13.y-ckt tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Kamal

------

>From e280474a41a62fcb5eb4c19dbecbd8d2c44b63f0 Mon Sep 17 00:00:00 2001
From: Aaro Koskinen <aaro.koskinen at nokia.com>
Date: Mon, 8 Jun 2015 11:32:43 +0300
Subject: pata_octeon_cf: fix broken build

commit 4710f2facb5c68d629015747bd09b37203e0d137 upstream.

MODULE_DEVICE_TABLE is referring to wrong driver's table and breaks the
build. Fix that.

Signed-off-by: Aaro Koskinen <aaro.koskinen at nokia.com>
Signed-off-by: Tejun Heo <tj at kernel.org>
Signed-off-by: Kamal Mostafa <kamal at canonical.com>
---
 drivers/ata/pata_octeon_cf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/pata_octeon_cf.c b/drivers/ata/pata_octeon_cf.c
index 83c4ddb..08223cc 100644
--- a/drivers/ata/pata_octeon_cf.c
+++ b/drivers/ata/pata_octeon_cf.c
@@ -1069,7 +1069,7 @@ static struct of_device_id octeon_cf_match[] = {
 	},
 	{},
 };
-MODULE_DEVICE_TABLE(of, octeon_i2c_match);
+MODULE_DEVICE_TABLE(of, octeon_cf_match);

 static struct platform_driver octeon_cf_driver = {
 	.probe		= octeon_cf_probe,
--
1.9.1





More information about the kernel-team mailing list