commit | 01d0a9b474661831cd1ee5d88d5ee3fb80b55a7a | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Feb 26 16:33:11 2013 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 11 09:24:00 2013 -0700 |
tree | 0cb85caae3393412204807ef5bb2312d1293b939 | |
parent | 0f1bf4baf61ca426a210bf3c98263957fa474158 [diff] |
staging: slicoss: Remove dma_addr_t cast compilation warnings Eliminate some warnings by casting to unsigned long before casting a dma_addr_t value to a pointer. btw: Does slicoss always work on x86-32? Is a pshmem guaranteed to be accessible by a 32 bit address? Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>