From: Vasiliy Kulikov Date: Fri, 26 Nov 2010 17:06:12 +0000 (+0300) Subject: avr32: boards: setup: use IS_ERR() instead of NULL check X-Git-Tag: v2.6.38-rc1~226^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b471e047a77eaf3ec8e693bd9d8291c4dfd864;p=pandora-kernel.git avr32: boards: setup: use IS_ERR() instead of NULL check clk_get() returns ERR_PTR() on error, not NULL. Signed-off-by: Vasiliy Kulikov Acked-by: Hans-Christian Egtvedt --- Reading git-diff-tree failed