Re: [PATCH 1/6] crypto: talitos - remove calls to of_node_put

2008-07-17 Thread Herbert Xu
On Wed, Jul 16, 2008 at 06:21:46PM -0500, Kim Phillips wrote: From: Lee Nipper [EMAIL PROTECTED] 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

[PATCH 1/6] crypto: talitos - remove calls to of_node_put

2008-07-16 Thread Kim Phillips
From: Lee Nipper [EMAIL PROTECTED] 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 /[EMAIL