From: Ben Dooks Date: Tue, 14 Jan 2014 18:43:27 +0000 (+0000) Subject: ARM: shmobile: koelsch: fix error return code check from clk_get() X-Git-Tag: v3.15-rc1~78^2~17^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca1187521b78ce4f980cd1b457f8c634dd401021;p=pandora-kernel.git ARM: shmobile: koelsch: fix error return code check from clk_get() The koelsch_add_standard_devices() function calls clk_get() but then fails to check that it returns an error pointer instead of NULL on failure. This was added by f31239ef ("ARM: shmobile: koelsch-reference: Instantiate clkdevs for SCIF and CMT") in Simon Horman's renesas-boards2-for-v3.14 tag. The issue is not serious as it does not cause a crash and seems to not be actually causing any issues now the other clock bugs have been fixed. Signed-off-by: Ben Dooks Acked-by: Laurent Pinchart [horms+renesas@verge.net.au: tweaked changelog] Signed-off-by: Simon Horman --- Reading git-diff-tree failed