From: Lee Nipper Date: Thu, 17 Jul 2008 07:58:08 +0000 (+0800) Subject: crypto: talitos - Remove calls to of_node_put X-Git-Tag: v2.6.27-rc1~59^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aaf087846f9a1f1ec272393f5cd78f713e24f37;p=pandora-kernel.git crypto: talitos - Remove calls to of_node_put Remove of_node_put calls since there is no corresponding of_node_get. This patch prevents an exception when talitos is loaded a 2nd time. This sequence: modprobe talitos; rmmod talitos; modprobe talitos causes this message: "WARNING: Bad of_node_put() on /soc8349@e0000000/crypto@30000". Signed-off-by: Lee Nipper Signed-off-by: Kim Phillips Signed-off-by: Herbert Xu --- Reading git-diff-tree failed