From: Randy Dunlap Date: Wed, 5 Oct 2005 05:38:44 +0000 (-0700) Subject: [ATM]: fix sparse gfp nocast warnings X-Git-Tag: v2.6.14-rc4~39^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b5b3f3d826ea87c224c66de9c95c09e7f110ecd;p=pandora-kernel.git [ATM]: fix sparse gfp nocast warnings Fix implicit nocast warnings in atm code: net/atm/atm_misc.c:35:44: warning: implicit cast to nocast type drivers/atm/fore200e.c:183:33: warning: implicit cast to nocast type Also use kzalloc() instead of kmalloc(). Signed-off-by: Randy Dunlap Signed-off-by: David S. Miller --- Reading git-diff-tree failed