From: Takashi Iwai Date: Wed, 6 Nov 2013 16:54:55 +0000 (+0100) Subject: ALSA: lx6464es: Fix pointer cast compile warnings X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=293db84270c2fc37f56030d09c43c7eb7939a7c3;p=pandora-kernel.git ALSA: lx6464es: Fix pointer cast compile warnings The warnings are really harmless but annoying. Since they are only about debug prints, and it's at most 32bit DMA, let's just cast to unsigned long. sound/pci/lx6464es/lx6464es.c:457:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] sound/pci/lx6464es/lx_core.c:1195:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed