From: Pawel Moll Date: Tue, 2 Sep 2014 15:26:11 +0000 (+0100) Subject: bus: arm-ccn: Move event cleanup routine X-Git-Tag: fixes-v3.17-rc4~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fb22264350d99793a12867f4e2a43e50150f778;p=pandora-kernel.git bus: arm-ccn: Move event cleanup routine The function cleaning up an initialized event was called from the "event_del" handler, instead of being used as the "destroy" callback. In case of events group allocation this caused NULL pointer dereference (as events are added and deleted multiple times then). Fixed now. Signed-off-by: Pawel Moll Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed