From: Axel Lin Date: Tue, 18 Dec 2012 07:54:52 +0000 (+0800) Subject: clk: max77686: Remove unnecessary NULL checking for container_of() X-Git-Tag: v3.9-rc1~149^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fe296cf5a66a82bc9077865b89075ce813f7f5d;p=pandora-kernel.git clk: max77686: Remove unnecessary NULL checking for container_of() container_of() never returns NULL, thus remove the NULL checking for it. Also rename get_max77686_clk() to to_max77686_clk() for better readability. Signed-off-by: Axel Lin Signed-off-by: Mike Turquette --- Reading git-diff-tree failed