mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
a8025e46cc
PD#SWPL-177699 Problem: the ioremap size is res->end - res->start, it should be res->end - res->start + 1 Solution: use resource_size instead Verify: t6d ptm Change-Id: I32ee1248978c0646d5d24830326fa34a8209b37b Signed-off-by: Jian Hu <jian.hu@amlogic.com>