mirror of
https://github.com/linux-msm/rmtfs.git
synced 2025-12-24 22:19:15 +01:00
b3ea7fdf7b33bf1d9b225db41dcfb2041dd76ae0
The 'phys_address' argument of rmtfs_mem_read() and rmtfs_mem_write() is an 'unsigned long' type value, which is then passed to the 'phys_address' argument of rmtfs_mem_ptr(), which is an 'unsigned int' type value. This patch fixes the mismatch. Signed-off-by: Ben Chan <benchan@chromium.org>
Description
Languages
C
98.4%
Makefile
1.6%