From abeab450bfe823079c8a3abf5123f41a0da62392 Mon Sep 17 00:00:00 2001 From: Chris Brand Date: Thu, 3 Jul 2014 14:01:29 -0700 Subject: [PATCH] clk: Propagate any error return from debug_init() If the .debug_init op is provided, it will be called by clk_debug_create_one(). If debug_init() returns an error code, clk_debug_create_one() will return -ENOMEM, regardless of the value returned from debug_init(). Tweak the code to return the actual value returned by debug_init() instead. Signed-off-by: Chris Brand Reviewed-by: Matt Porter Reviewed-by: Alex Elder Signed-off-by: Mike Turquette --- Reading git-format-patch failed