From: Thierry Reding Date: Fri, 1 Aug 2014 14:30:37 +0000 (+0200) Subject: ata: libahci: Silence compiler warning on 64-bit X-Git-Tag: omap-for-v3.17/fixes-against-rc2~189^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4121c650e5c798c852e981c245caa6713c0d99e;p=pandora-kernel.git ata: libahci: Silence compiler warning on 64-bit Commit 725c7b570fda (ata: libahci_platform: move port_map parameters into the AHCI structure) moves flags into the struct ahci_host_priv's .flags field, which causes compiler warnings on 64-bit builds when that value is cast to a void * pointer. Cast to an unsigned long so that the subsequent cast to a pointer doesn't produce a warning. Signed-off-by: Thierry Reding Signed-off-by: Tejun Heo --- Reading git-diff-tree failed