From: Gerrit Renker Date: Thu, 4 Oct 2007 21:41:26 +0000 (-0700) Subject: [CCID2]: Remove ugly BUG_ON X-Git-Tag: v2.6.24-rc1~1454^2~168 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d9e8931f93683e575679e41f188d3b465269f08;p=pandora-kernel.git [CCID2]: Remove ugly BUG_ON This removes an ugly BUG_ON which has been pointed out by Arnaldo. Instead of freezing up the machine, a `critical' message is now issued to the system log. There is potential of doing this more gracefully (eg. there are a few internal variables which could be updated despite the lack of memory), but that requires more complicated changes to the algorithm; thus a `FIXME' has been added. Signed-off-by: Gerrit Renker Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed