From 5324fda79e28d1d4db0631369b39ff263d0142b4 Mon Sep 17 00:00:00 2001 From: Soren Brinkmann Date: Wed, 22 Jan 2014 11:48:37 -0800 Subject: [PATCH] clk: Fix notifier documentation Contradicting to documenation, the notifier callbacks do receive the original clock rate in struct clk_notifier_data.old_rate and the new frequency struct clk_notifier_data.new_rate, independent of the notification reason. This behavior also seems to make more sense, since callbacks can use the same code to deterimine whether clocks are scaled up or down. Something which would not even possible in the post-rate-change case if the behavior was as documented. Signed-off-by: Soren Brinkmann Signed-off-by: Mike Turquette --- Reading git-format-patch failed