commit | 9298f0267c7ed620f8d8261ded8518ebf8e89f9e | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Mon Jul 13 16:54:04 2015 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Jul 28 11:51:36 2015 -0700 |
tree | 1801bfb0856105094773494761e8c142d39472fd | |
parent | 19aab273083fa10c2262b8c8e3315bacb054d75d [diff] |
clk: h8300: Drop allocation printk and cleanup sizeof style We don't need to print an error on allocation failures, drop it. While we're here, change the sizeof() to be sizeof(*<ptr>) to make code more future proof. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>