On Tue, Apr 23, 2013 at 04:51:38PM -0700, Laura Abbott wrote: > - unsigned long last_addr; > - unsigned long offset = phys_addr & ~PAGE_MASK; > + phys_addr_t last_addr; > + phys_addr_t offset = phys_addr & ~PAGE_MASK; BTW, this doesn't need to be phys_addr_t. An offset of a page is always less than 32-bits. -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html