[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1431083385107233@kroah.com>
Date: Fri, 08 May 2015 13:09:45 +0200
From: <gregkh@...uxfoundation.org>
To: boris.brezillon@...e-electrons.com, akpm@...ux-foundation.org,
gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
luis.henriques@...onical.com, mturquette@...aro.org,
tyler.baker@...aro.org
Cc: <stable@...r.kernel.org>, <stable-commits@...r.kernel.org>
Subject: Patch "clk: at91: usb: fix determine_rate prototype" has been added to the 3.19-stable tree
This is a note to let you know that I've just added the patch titled
clk: at91: usb: fix determine_rate prototype
to the 3.19-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
clk-at91-usb-fix-determine_rate-prototype.patch
and it can be found in the queue-3.19 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@...r.kernel.org> know about it.
>From boris.brezillon@...e-electrons.com Fri May 8 13:05:22 2015
From: Boris Brezillon <boris.brezillon@...e-electrons.com>
Date: Thu, 7 May 2015 11:56:44 +0200
To: Luis Henriques <luis.henriques@...onical.com>
Subject: clk: at91: usb: fix determine_rate prototype
Cc: Tyler Baker <tyler.baker@...aro.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, torvalds@...ux-foundation.org, Andrew Morton <akpm@...ux-foundation.org>, linux@...ck-us.net, shuah.kh@...sung.com, stable@...r.kernel.org, Mike Turquette <mturquette@...aro.org>
Message-ID: <20150507115644.1ef29d2e@...ezillon>
From: Boris Brezillon <boris.brezillon@...e-electrons.com>
Commit c67881fc890916206e723329e774391c6ed354ce is a backport of
0b67c43ce36a9964f1d5e3f973ee19eefd3f9f8f upstream commit, fixing a
bug on clk rate change propagation.
But in 4.0 ->determine_rate() prototype has changed, thus introducing
a prototype mismatch when applying it on 3.19.
Signed-off-by: Boris Brezillon <boris.brezillon@...e-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
drivers/clk/at91/clk-usb.c | 2 --
1 file changed, 2 deletions(-)
--- a/drivers/clk/at91/clk-usb.c
+++ b/drivers/clk/at91/clk-usb.c
@@ -58,8 +58,6 @@ static unsigned long at91sam9x5_clk_usb_
static long at91sam9x5_clk_usb_determine_rate(struct clk_hw *hw,
unsigned long rate,
- unsigned long min_rate,
- unsigned long max_rate,
unsigned long *best_parent_rate,
struct clk_hw **best_parent_hw)
{
Patches currently in stable-queue which might be from boris.brezillon@...e-electrons.com are
queue-3.19/clk-at91-usb-fix-determine_rate-prototype.patch
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists