From 91a1263fd2bab8704fa0a940c1ab6b813143ecc4 Mon Sep 17 00:00:00 2001 From: Tomasz Figa Date: Thu, 6 Feb 2014 19:33:11 +0100 Subject: [PATCH] clk: samsung: Initialize clock table with error pointers Before this patch, the driver was simply zeroing the clock table, which is incorrect, because invalid clock numbers returned NULL instead of error pointers. This patch fixes this by changing the driver to initialize the array with PTR_ERR(-ENOENT). Signed-off-by: Tomasz Figa Acked-by: Kyungmin Park --- Reading git-format-patch failed