mfd: Fix htc-egpio compile warning
resource_size_t can be a 64 bits value. Since this is just a printk, we'll
cast it to a u32.
Signed-off-by: NSamuel Ortiz <sameo@openedhand.com>
Showing
想要评论请 注册 或 登录
resource_size_t can be a 64 bits value. Since this is just a printk, we'll
cast it to a u32.
Signed-off-by: NSamuel Ortiz <sameo@openedhand.com>