From: Michael Krufky Date: Sun, 15 Jun 2008 22:11:37 +0000 (-0300) Subject: V4L/DVB (8287): sms1xxx: fix WARNING: unnecessary cast may hide bugs X-Git-Tag: v2.6.27-rc1~966^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e080842c6c31249010adb184f9efbbc5cb40bd2b;p=pandora-kernel.git V4L/DVB (8287): sms1xxx: fix WARNING: unnecessary cast may hide bugs fix the following checkpatch.pl warning: WARNING: unnecessary cast may hide bugs, see http://c-faq.com/malloc/mallocnocast.html 596: FILE: linux/drivers/media/dvb/siano/smscoreapi.c:540: + msg = (struct SmsMsgHdr_ST *) kmalloc(PAGE_SIZE, GFP_KERNEL | GFP_DMA); Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed